Merge "Fix typo in the pypi-extract-name.py"
This commit is contained in:
commit
2c8e4bfcd6
@ -28,5 +28,5 @@ if len(sys.argv) == 1 or sys.argv[1] == "--tarball":
|
|||||||
elif sys.argv[1] == "--wheel":
|
elif sys.argv[1] == "--wheel":
|
||||||
print(wheel.bdist_wheel.safer_name(distname))
|
print(wheel.bdist_wheel.safer_name(distname))
|
||||||
else:
|
else:
|
||||||
sys.stderr.write("ERROR: Valid options are --tarball and --wheel")
|
sys.stderr.write("ERROR: Valid options are --tarball and --wheel\n")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user