Skip to content

Commit

Permalink
Add dev requirements to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard authored Feb 19, 2024
1 parent 9ce20c0 commit e0bae0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ readme = "README.rst"
dynamic = [
"version",
"dependencies",
"optional-dependencies",
]

[project.urls]
Expand All @@ -37,5 +38,8 @@ download = "https://pypi.org/project/sphinx-sitemap/"
source = "https://github.com/jdillard/sphinx-sitemap"
changelog = "https://github.com/jdillard/sphinx-sitemap/blob/master/CHANGELOG.rst"

[tool.setuptools.dynamic]
optional-dependencies = {dev = { file = ["requirements_dev.txt"] }}

[tool.isort]
profile = "black"

0 comments on commit e0bae0c

Please sign in to comment.