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]
|
[bdist_wheel]
|
||||||
|
|
||||||
[aliases]
|
[aliases]
|
||||||
release = register clean --all sdist bdist_wheel upload
|
release = sdist bdist_wheel upload -r pypi
|
||||||
test_release = register clean --all sdist bdist_wheel upload -r pypitest
|
test_release = sdist bdist_wheel upload -r pypitest
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 140
|
max-line-length = 140
|
||||||
|
|
Loading…
Reference in New Issue