Skip to content

Commit

Permalink
Remove MANIFEST.in in favour of pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Dec 8, 2023
1 parent 2cd7bf0 commit f7619cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions MANIFEST.in

This file was deleted.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ Changelog = "https://github.com/siecje/htmd/blob/main/CHANGELOG.md"
include-package-data = true

[tool.setuptools.packages.find]
where = ["."]
include = ["htmd"]

[tool.setuptools.package-data]
htmd = [
"htmd/example_site/pages/*.html",
"htmd/example_site/posts/*.md",
"htmd/example_site/static/*.css",
"htmd/example_site/templates/*.html",
"example_site/pages/*.html",
"example_site/posts/*.md",
"example_site/static/*.css",
"example_site/templates/*.html",
]

0 comments on commit f7619cd

Please sign in to comment.