add wheel to dev packages
This commit is contained in:
parent
1b1136c42d
commit
329b5073b0
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
.eggs/
|
||||||
tests/out/
|
tests/out/
|
||||||
|
|
||||||
# Python and Node dependencies
|
# Python and Node dependencies
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -69,6 +69,7 @@ setuptools.setup(
|
||||||
'dev': [
|
'dev': [
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"twine",
|
"twine",
|
||||||
|
"wheel",
|
||||||
"flake8",
|
"flake8",
|
||||||
"ipdb",
|
"ipdb",
|
||||||
"mypy",
|
"mypy",
|
||||||
|
|
Loading…
Reference in a new issue