Skip to content

Commit

Permalink
chore: add a project section to pyproject.toml
Browse files Browse the repository at this point in the history
Add a project name, version number and python requirement to
pyproject.toml.
  • Loading branch information
nikomakela committed Dec 19, 2024
1 parent c62ab1e commit 2cb2341
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [project]
# requires-python = ">=3.9"
[project]
name = "kukkuu"
version="3.10.0"
requires-python = ">=3.11"

[tool.ruff]
extend-exclude = ["migrations", "snapshots"]
Expand Down

0 comments on commit 2cb2341

Please sign in to comment.