Skip to content

Commit

Permalink
Revert "Revert "Produce a distribution named 'mypy' when built in myp…
Browse files Browse the repository at this point in the history
…yc mode""

This reverts commit 06522b7.
  • Loading branch information
msullivan committed Mar 27, 2019
1 parent 06522b7 commit f848d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -156,7 +156,7 @@ def run(self):
'Topic :: Software Development',
]

setup(name='mypy' if not USE_MYPYC else 'mypy-mypyc',
setup(name='mypy',
version=version,
description=description,
long_description=long_description,
Expand Down

0 comments on commit f848d13

Please sign in to comment.