mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-25 16:00:49 +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"):
|
if os.system("pip freeze | grep wheel"):
|
||||||
print("wheel not installed.\nUse `pip install wheel`.\nExiting.")
|
print("wheel not installed.\nUse `pip install wheel`.\nExiting.")
|
||||||
sys.exit()
|
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.")
|
print("twine not installed.\nUse `pip install twine`.\nExiting.")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
os.system("python setup.py sdist bdist_wheel")
|
os.system("python setup.py sdist bdist_wheel")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user