Skip to content

Commit

Permalink
Bump mypy_extensions version and update author, author_email, classif…
Browse files Browse the repository at this point in the history
…iers. (python#3330)

Also update author, author_email, classifiers.

Fixes python#3311.
  • Loading branch information
gvanrossum authored May 5, 2017
1 parent 54f1df9 commit 24c20a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions extensions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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',
]

Expand All @@ -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'],
Expand Down

0 comments on commit 24c20a8

Please sign in to comment.