Skip to content

Commit

Permalink
Merge pull request #513 from band-a-prend/setup_warn
Browse files Browse the repository at this point in the history
pyproject.toml: fix setuptools warnings
  • Loading branch information
ZedThree authored May 11, 2023
2 parents 1f980bb + a793ebf commit 62b8d7f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,18 @@ Documentation = "https://forddocs.readthedocs.io/en/latest/"
ford = "ford:run"

[tool.setuptools]
packages = ["ford"]
packages = [
"ford",
"ford.css",
"ford.fonts",
"ford.js",
"ford.templates",
"ford.tipuesearch",
"ford.tipuesearch.img",
]

[tool.setuptools.package-data]
ford = ["css/*", "fonts/*", "js/*", "templates/*", "tipuesearch/*", "config.json", "favicon.png"]
ford = ["config.json", "favicon.png"]

[tool.setuptools_scm]
write_to = "ford/_version.py"
Expand Down

0 comments on commit 62b8d7f

Please sign in to comment.