Skip to content

Commit

Permalink
Merge pull request #84 from freezingsaddles/fix-packages-take-2
Browse files Browse the repository at this point in the history
Fix up packaging of freezing.sync
  • Loading branch information
obscurerichard authored Jan 6, 2025
2 parents 9cc8784 + 5172606 commit 6d50616
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ inline-quotes = "double"
[tool.setuptools.packages.find]
where = ["."]
include = ["freezing"]

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

[tool.djlint]
line_break_after_multiline_tag=true
Expand Down

0 comments on commit 6d50616

Please sign in to comment.