Skip to content

Commit

Permalink
Produce a distribution named 'mypy' when built in mypyc mode
Browse files Browse the repository at this point in the history
This will allow us to distribute compiled packages by default for
mypy.
  • Loading branch information
msullivan committed Mar 27, 2019
1 parent 5ae88e7 commit d7d85c1
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 d7d85c1

Please sign in to comment.