Don't describe mypy_extensions as experimental in the description (#32)

Also a few other minor updates to the description.
1 file changed
tree: 65f806084e04f94c54dcb84e3229297dbc5293da
  1. tests/
  2. .gitignore
  3. .travis.yml
  4. LICENSE
  5. MANIFEST.in
  6. mypy_extensions.py
  7. README.md
  8. setup.cfg
  9. setup.py
  10. tox.ini
README.md

Mypy Extensions

The mypy_extensions module defines extensions to the Python standard library typing module that are supported by the mypy type checker and the mypyc compiler.