We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c8777 commit d48060dCopy full SHA for d48060d
setup.py
@@ -1,13 +1,13 @@
1
from setuptools import setup
2
3
version = '1.0.0-dev'
4
-description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
+description = 'Type system extensions for programs checked with the mypy type checker.'
5
long_description = '''
6
Mypy Extensions
7
===============
8
9
-The "mypy_extensions" module defines experimental extensions to the
10
-standard "typing" module that are supported by the mypy typechecker.
+The "mypy_extensions" module defines extensions to the standard "typing" module
+that are supported by the mypy type checker and the mypyc compiler.
11
'''.lstrip()
12
13
classifiers = [
0 commit comments