Skip to content

Commit aa57125

Browse files
committed
Remove setuptools configuration from pyproject.toml
1 parent cfd9f7b commit aa57125

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

{{cookiecutter.pypi_package_name}}/pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,10 @@ test = [
2828
]
2929

3030
[project.urls]
31-
3231
bugs = "https://github.com/{{cookiecutter.__gh_slug}}/issues"
3332
changelog = "https://github.com/{{cookiecutter.__gh_slug}}/blob/master/changelog.md"
3433
homepage = "https://github.com/{{cookiecutter.__gh_slug}}"
3534

36-
[tool.setuptools]
37-
package-dir = {"" = "src"}
38-
39-
[tool.setuptools.package-data]
40-
"*" = ["*.*"]
41-
4235
[project.scripts]
4336
{{cookiecutter.project_slug}} = "{{cookiecutter.project_slug}}.cli:app"
4437

0 commit comments

Comments
 (0)