Skip to content

Commit 8c6d4e4

Browse files
chore: Remove MANIFEST.in (microsoft#315)
1 parent 95666b8 commit 8c6d4e4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

MANIFEST.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

build_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
if _egg_dir.exists():
4949
shutil.rmtree(_egg_dir)
5050

51-
subprocess.check_call("python setup.py sdist bdist_wheel", shell=True)
51+
subprocess.check_call("python setup.py bdist_wheel", shell=True)
5252

5353
base_wheel_location = glob.glob("dist/*.whl")[0]
5454
without_platform = base_wheel_location[:-7]

0 commit comments

Comments
 (0)