Skip to content

Commit f3efda6

Browse files
committed
wip
1 parent 6ec8426 commit f3efda6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ dev = [
3838
build = ["build", "twine"]
3939

4040
[tool.setuptools]
41-
packages = ["django_object_actions"]
41+
# 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"]
4248

4349
[tool.semantic_release]
4450
version_toml = ["pyproject.toml:project.version"]

setup.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)