Skip to content

Commit

Permalink
Merge pull request #83 from freezingsaddles/fix-packaging
Browse files Browse the repository at this point in the history
Fix project includes
  • Loading branch information
obscurerichard authored Jan 6, 2025
2 parents a0382e7 + 68dc6a8 commit 9cc8784
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@ max-complexity = 39
extend-ignore = "E203"
inline-quotes = "double"

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

[tool.setuptools]
# Thanks https://stackoverflow.com/a/72547402/424301
py-modules = ["freezing"]

py-modules = []

[tool.djlint]
line_break_after_multiline_tag=true
Expand Down

0 comments on commit 9cc8784

Please sign in to comment.