Skip to content

Commit

Permalink
build: add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz committed Dec 10, 2023
1 parent 4777dfc commit 9eeb38e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ dependencies = [
"Pillow>=9.2.0",
]

[project.urls]
Homepage = "https://github.com/necusjz/splatbot"
Repository = "https://github.com/necusjz/splatbot"
Changelog = "https://github.com/necusjz/splatbot/blob/main/CHANGELOG.md"

[project.optional-dependencies]
dev = [
"twine>=1.11.0",
"packaging"
]

[project.scripts]
splatbot = "splatbot.cli:main"

Expand Down

0 comments on commit 9eeb38e

Please sign in to comment.