File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ classifiers = [
99 " Intended Audience :: Science/Research" ,
1010 " Intended Audience :: Developers" ,
1111 " Topic :: Scientific/Engineering :: Bio-Informatics" ,
12- " License :: OSI Approved :: MIT License" ,
1312 " Programming Language :: Python :: 3" ,
1413 " Programming Language :: Python :: 3.11" ,
1514 " Programming Language :: Python :: 3.12" ,
1615 " Programming Language :: Python :: 3.13" ,
1716]
1817requires-python = " >=3.11"
1918description = " {{ cookiecutter.description }}"
20- license = {file = " LICENSE" }
19+ license = " MIT"
20+ license_files = [" LICENSE" ]
2121dependencies = [
2222{%- if cookiecutter.add_cli %}
2323 "click",
@@ -69,7 +69,7 @@ Source = "https://github.com/{{ cookiecutter.org }}/{{ cookiecutter.repo }}"
6969{%- endif %}
7070
7171[build-system ]
72- requires = [" setuptools>=64 " , " setuptools_scm>=8" ]
72+ requires = [" setuptools>=77.0 " , " setuptools_scm>=8" ]
7373build-backend = " setuptools.build_meta"
7474
7575[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments