Skip to content

Commit 1d949b2

Browse files
committed
set package name
1 parent ed3c93e commit 1d949b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ dev = [
3030
"ruff",
3131
]
3232

33+
[tool.setuptools]
34+
packages = ["django_object_actions"]
35+
3336
[tool.semantic_release]
3437
version_toml = ["pyproject.toml:project.version"]
3538
version_variables = ["django_object_actions/__init__.py:__version__"]

0 commit comments

Comments
 (0)