Skip to content

Commit

Permalink
fix wheel generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Aug 15, 2020
1 parent 0e9fa2c commit 2902baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[wheel]
universal = 1

[tool:pytest]
testpaths = test

Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ deps =
check-manifest==0.42
readme-renderer==26.0
twine==3.2.0
whitelist_externals = rm
commands =
rm -rf dist/
check-manifest
python setup.py sdist
python setup.py sdist bdist_wheel
twine check dist/*

0 comments on commit 2902baa

Please sign in to comment.