We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec8426 commit f3efda6Copy full SHA for f3efda6
pyproject.toml
@@ -38,7 +38,13 @@ dev = [
38
build = ["build", "twine"]
39
40
[tool.setuptools]
41
-packages = ["django_object_actions"]
+# packages = ["django_object_actions"]
42
+
43
+[tool.setuptools.packages.find]
44
+where = ["django_object_actions"]
45
46
+[tool.setuptools.package-data]
47
+django_object_actions = ["*.html"]
48
49
[tool.semantic_release]
50
version_toml = ["pyproject.toml:project.version"]
setup.cfg
0 commit comments