mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-25 07:50:41 +03:00
Fixed a typo.
This commit is contained in:
parent
75ff754517
commit
9dd97a0ee5
2
setup.py
2
setup.py
|
@ -48,7 +48,7 @@ if sys.argv[-1] == 'publish':
|
|||
if os.system("pip freeze | grep wheel"):
|
||||
print("wheel not installed.\nUse `pip install wheel`.\nExiting.")
|
||||
sys.exit()
|
||||
if os.system("pip freeze | grep twine")
|
||||
if os.system("pip freeze | grep twine"):
|
||||
print("twine not installed.\nUse `pip install twine`.\nExiting.")
|
||||
sys.exit()
|
||||
os.system("python setup.py sdist bdist_wheel")
|
||||
|
|
Loading…
Reference in New Issue
Block a user