8000 Produce a distribution named 'mypy' when built in mypyc mode · python/mypy@d7d85c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7d85c1

Browse files
committed
Produce a distribution named 'mypy' when built in mypyc mode
This will allow us to distribute compiled packages by default for mypy.
1 parent 5ae88e7 commit d7d85c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def run(self):
156156
'Topic :: Software Development',
157157
]
158158

159-
setup(name='mypy' if not USE_MYPYC else 'mypy-mypyc',
159+
setup(name='mypy',
160160
version=version,
161161
description=description,
162162
long_description=long_description,

0 commit comments

Comments
 (0)
0