Skip to content

Commit

Permalink
fix: add packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Mar 12, 2023
1 parent 78b4541 commit 8bb9af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ mypy = {version = "^0.991", optional = true}
types-requests = {version = "^2.28.9", optional = true}
twine = {version = "^3.8.0", optional = true}
wheel = {version = "^0.37.1", optional = true}
packaging = {version = "^21.3", optional = true}

[tool.poetry.extras]
lint = ["black", "isort", "flake8", "mypy"]
types = ["mypy", "types-requests"]
release = ["twine", "wheel"]
release = ["twine", "wheel", "packaging"]

[tool.poetry.scripts]
audius = "audius.cli:audius"
Expand Down

0 comments on commit 8bb9af9

Please sign in to comment.