Skip to content

Commit

Permalink
Use the correct pyproject.toml syntax, validated by validate-pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Dec 23, 2024
1 parent 0b7f94d commit 4d115d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries"
]
dependencies = ["Django>=4.2"]
description = "Table/data-grid framework for Django"
dynamic = ["version"]
extras_require = {tablib = ["tablib"]}
install_requires = ["Django>=4.2"]
license = {file = "LICENSE"}
name = "django-tables2"
python_requires = ">=3.9"
readme = "README.md"
requires-python = ">=3.9"

[project.optional-dependencies]
tablib = ["tablib"]

[project.urls]
Changelog = "https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit 4d115d6

Please sign in to comment.