We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95666b8 commit 8c6d4e4Copy full SHA for 8c6d4e4
MANIFEST.in
build_package.py
@@ -48,7 +48,7 @@
48
if _egg_dir.exists():
49
shutil.rmtree(_egg_dir)
50
51
-subprocess.check_call("python setup.py sdist bdist_wheel", shell=True)
+subprocess.check_call("python setup.py bdist_wheel", shell=True)
52
53
base_wheel_location = glob.glob("dist/*.whl")[0]
54
without_platform = base_wheel_location[:-7]
0 commit comments