Skip to content

Commit 5b07c93

Browse files
committed
adjust setuptools packaging
1 parent 6ec8426 commit 5b07c93

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

+7-1
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

-6
This file was deleted.

0 commit comments

Comments
 (0)