Skip to content

Commit

Permalink
Clean up pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Jan 20, 2025
1 parent be3cd04 commit ed267a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "cappuccino"
description = "Just another IRC bot."
authors = [{ name = "Lee Watson", email = "<[email protected]>" }]
authors = [{ name = "Lee Watson", email = "[email protected]" }]
version = "1.16.0"
license = "GPL-3.0-only"
requires-python = ">=3.13,<3.14"
Expand Down Expand Up @@ -31,7 +31,7 @@ dev = [
"ruff (>=0.9.0,<1.0.0)",
"shellcheck-py (>=0.10.0.1)",
]
docker = ["Jinja2 (>=3.1.3,<4.0.0)"]
docker = ["jinja2 (>=3.1.3,<4.0.0)"]

[tool.poetry]
package-mode = false
Expand Down

0 comments on commit ed267a2

Please sign in to comment.