forked from python/mypy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mypy_extensions version and update author, author_email, classif…
…iers. (python#3330) Also update author, author_email, classifiers. Fixes python#3311.
- Loading branch information
1 parent
54f1df9
commit 24c20a8
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
from distutils.core import setup | ||
|
||
version = '0.2.0-dev' | ||
version = '0.2.0' | ||
description = 'Experimental type system extensions for programs checked with the mypy typechecker.' | ||
long_description = ''' | ||
Mypy Extensions | ||
|
@@ -26,6 +26,7 @@ | |
'Programming Language :: Python :: 3.3', | ||
'Programming Language :: Python :: 3.4', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Topic :: Software Development', | ||
] | ||
|
||
|
@@ -34,8 +35,8 @@ | |
version=version, | ||
description=description, | ||
long_description=long_description, | ||
author='David Foster', | ||
author_email='[email protected]', | ||
author='The mypy developers', | ||
author_email='[email protected]', | ||
url='http://www.mypy-lang.org/', | ||
license='MIT License', | ||
platforms=['POSIX'], | ||
|