Skip to content

Commit

Permalink
Add build and twine as dev tools
Browse files Browse the repository at this point in the history
We need build to build packages and twine to upload them to PyPI
  • Loading branch information
lunkwill42 committed Jan 26, 2024
1 parent d6a1d43 commit a44e22c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ zino = "zino.zino:main"
docs = ["sphinx>=2.2.0"]
dev = [
"black",
"build",
"coverage",
"ipython",
"isort",
Expand All @@ -49,6 +50,7 @@ dev = [
"ruff",
"snmpsim",
"tox<4",
"twine",
]

[tool.setuptools]
Expand Down

0 comments on commit a44e22c

Please sign in to comment.