Skip to content

Commit 9333a38

Browse files
authored
Update pyproject.toml
1 parent ecaec83 commit 9333a38

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[build-system]
2-
requires = ["setuptools>=61.0"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
62
name = "{{cookiecutter.project_name.lower().replace(' ', '-')}}"
73
version = "{{ cookiecutter.version }}"
@@ -45,9 +41,6 @@ package-dir = {"" = "src"}
4541
[project.scripts]
4642
{{cookiecutter.project_slug}} = "{{cookiecutter.project_slug}}.cli:app"
4743

48-
[tool.setuptools.dynamic]
49-
version = {attr = "{{cookiecutter.project_slug}}.__version__"}
50-
5144
[tool.ty]
5245
# All rules are enabled as "error" by default; no need to specify unless overriding.
5346
# Example override: relax a rule for the entire project (uncomment if needed).

0 commit comments

Comments
 (0)