summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-19 09:10:41 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-19 13:59:26 -0800
commit6553121f320745c6cb31dc545ef2ef18ce437aff (patch)
treee676c62d5b422277b3d00a2f41c9380c4537f5bc /tox.ini
parentb07f27c3d8a9fcc802b7af25aa5c6a7a490ff49f (diff)
downloadnatsort-6553121f320745c6cb31dc545ef2ef18ce437aff.tar.gz
Remove dist options from setup.cfg
They are now explicity in the dist calls themselves. Universal wheels are removed since Python 2 is no longer supported.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3d0ce33..698e9b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,6 +62,6 @@ skip_install = true
deps =
twine
commands =
- {envpython} setup.py sdist bdist_wheel
+ {envpython} setup.py sdist --format=gztar bdist_wheel
twine upload --skip-existing dist/*
skip_install = true