We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4538ef1 commit 8d01e81Copy full SHA for 8d01e81
pyproject.toml
@@ -40,6 +40,12 @@ dependencies = [
40
linter = [
41
"flake8",
42
]
43
+build = [
44
+ "build",
45
+ "twine",
46
+ "check-python-versions",
47
+]
48
+
49
# https://github.com/pypa/setuptools_scm/
50
[tool.setuptools_scm]
51
write_to = "virtualenvwrapper/version.py"
tox.ini
@@ -38,10 +38,7 @@ commands =
38
sphinx-build -W -j auto -b linkcheck -d docs/build/doctrees docs/source docs/build/linkcheck
39
[testenv:pkglint]
-deps=
- build
- twine
- check-python-versions
+deps=.[build]
commands=
python -m build
twine check dist/*.tar.gz dist/*.whl
0 commit comments