File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " {{ cookiecutter.package_name }}"
33version = " 0.1.0"
4- description = " {{ cookiecutter.project_description }}"
4+ description = " {{ cookiecutter.package_name }}"
55authors = [
66 { name = " {{ cookiecutter.author_name }}" , email = " {{ cookiecutter.author_email }}" },
77]
88license = { text = " {{ cookiecutter.license }}" }
99readme = " README.md"
10- requires-python = " >={{ cookiecutter.python_version }},<4.0"
10+ requires-python = " >={{ cookiecutter.min_python_version }},<4.0"
1111
1212keywords = [
13- " {{ cookiecutter.project_slug .replace('_', '-') }}" ,
13+ " {{ cookiecutter.project_name .replace('_', '-') }}" ,
1414]
1515
1616classifiers = [
@@ -72,10 +72,6 @@ requires = [
7272build-backend = {% if cookiecutter.add_rust_extension == 'y' -%} "maturin" {% else -%} "setuptools.build_meta" {% endif %}
7373
7474
75- # --- Tool-specific configurations ---
76- # Configuration details are often in separate files (.ruff.toml, pyrightconfig.json)
77- # Link to their documentation for full config options.
78-
7975[tool .uv ]
8076# See https://docs.astral.sh/uv/reference/configuration/
8177
You can’t perform that action at this time.
0 commit comments