drop --universal

This commit is contained in:
Maxim Kurnikov
2019-03-26 03:23:25 +03:00
parent 4338c17970
commit 70050f28b9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
try:
pip install wheel twine
python setup.py sdist bdist_wheel --universal
python setup.py sdist bdist_wheel
twine upload dist/*
finally:

View File

@@ -30,7 +30,7 @@ if sys.version_info[:2] < (3, 7):
setup(
name="django-stubs",
version="0.10.1",
version="0.10.2",
description='Django mypy stubs',
long_description=readme,
long_description_content_type='text/markdown',