Skip to content

Commit e566cb4

Browse files
committed
fix wheel generation
1 parent 6c13250 commit e566cb4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[wheel]
2-
universal = 1
3-
41
[tool:pytest]
52
testpaths = test
63

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ deps =
4444
check-manifest==0.42
4545
readme-renderer==26.0
4646
twine==3.2.0
47+
whitelist_externals = rm
4748
commands =
49+
rm -rf dist/
4850
check-manifest
49-
python setup.py check --metadata --restructuredtext --strict
50-
python setup.py sdist
51+
python setup.py sdist bdist_wheel
5152
twine check dist/*

0 commit comments

Comments
 (0)