Skip to content

Commit

Permalink
Removed explicit package location from pyproject.toml
Browse files Browse the repository at this point in the history
Since we specified this wrong, the entry points didn't work. Instead,
just removed this line and the automatic package discovery worked
fine.
  • Loading branch information
canismarko committed Jan 2, 2024
1 parent fed2e0f commit 8499bd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ Homepage = "https://github.com/canismarko/dungeon-sheets"
"makesheets" = "dungeonsheets.make_sheets:main"
"create-character" = "dungeonsheets.create_character:main"

[tool.setuptools.packages.find]
where = ["dungeonsheets"]

[tool.setuptools.package-data]
dungeonsheets = [
"forms/*pdf",
Expand Down
Empty file removed tests/__init__.py
Empty file.

0 comments on commit 8499bd7

Please sign in to comment.