We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaec83 commit 9333a38Copy full SHA for 9333a38
{{cookiecutter.project_slug}}/pyproject.toml
@@ -1,7 +1,3 @@
1
-[build-system]
2
-requires = ["setuptools>=61.0"]
3
-build-backend = "setuptools.build_meta"
4
-
5
[project]
6
name = "{{cookiecutter.project_name.lower().replace(' ', '-')}}"
7
version = "{{ cookiecutter.version }}"
@@ -45,9 +41,6 @@ package-dir = {"" = "src"}
45
41
[project.scripts]
46
42
{{cookiecutter.project_slug}} = "{{cookiecutter.project_slug}}.cli:app"
47
43
48
-[tool.setuptools.dynamic]
49
-version = {attr = "{{cookiecutter.project_slug}}.__version__"}
50
51
44
[tool.ty]
52
# All rules are enabled as "error" by default; no need to specify unless overriding.
53
# Example override: relax a rule for the entire project (uncomment if needed).
0 commit comments