Skip to content

Commit 01b4e20

Browse files
Define packages explicitly
1 parent b19a2dc commit 01b4e20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ license-files = [ "LICENSE" ]
2525
[project.urls]
2626
Homepage = "https://github.com/esotericfoundation/pycrypts"
2727
Issues = "https://github.com/esotericfoundation/pycrypts/issues"
28+
29+
[tool.setuptools]
30+
packages = ["pycrypts"]
31+
package-dir = {"" = "."}

0 commit comments

Comments
 (0)