add twine to development packages

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2024-04-26 10:13:23 -05:00
parent d28ddf9392
commit aeff73e3fc
2 changed files with 50 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ classifiers = [
dev = ["bandit", "dlint", "flake8", "flake8-blind-except", "flake8-builtins", "flake8-docstrings",
"flake8-executable", "flake8-fixme", "flake8-isort", "flake8-logging-format", "flake8-mutable",
"flake8-pyproject", "mypy", "pip-tools", "pydot", "pytest", "pytest-cov", "reuse", "safety",
"setuptools-scm", "tox"]
"setuptools-scm", "tox", "twine"]
dot = ["pydot"]
[tool.flake8]