mirror of https://github.com/kbandla/dpkt.git
fix alias for pypi release
This commit is contained in:
parent
802a4f618b
commit
f72b05b408
|
@ -1,8 +1,8 @@
|
|||
[bdist_wheel]
|
||||
|
||||
[aliases]
|
||||
release = register clean --all sdist bdist_wheel upload
|
||||
test_release = register clean --all sdist bdist_wheel upload -r pypitest
|
||||
release = sdist bdist_wheel upload -r pypi
|
||||
test_release = sdist bdist_wheel upload -r pypitest
|
||||
|
||||
[flake8]
|
||||
max-line-length = 140
|
||||
|
|
Loading…
Reference in New Issue