Skip to content

Commit d48060d

Browse files
authored
Don't describe mypy_extensions as experimental in the description (#32)
Also a few other minor updates to the description.
1 parent 53c8777 commit d48060d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from setuptools import setup
22

33
version = '1.0.0-dev'
4-
description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
4+
description = 'Type system extensions for programs checked with the mypy type checker.'
55
long_description = '''
66
Mypy Extensions
77
===============
88
9-
The "mypy_extensions" module defines experimental extensions to the
10-
standard "typing" module that are supported by the mypy typechecker.
9+
The "mypy_extensions" module defines extensions to the standard "typing" module
10+
that are supported by the mypy type checker and the mypyc compiler.
1111
'''.lstrip()
1212

1313
classifiers = [

0 commit comments

Comments
 (0)