Skip to content

Commit 9f26baa

Browse files
authored
build: use updated license params (#110)
1 parent 48bef32 commit 9f26baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]
1817
requires-python = ">=3.11"
1918
description = "{{ cookiecutter.description }}"
20-
license = {file = "LICENSE"}
19+
license = "MIT"
20+
license_files = ["LICENSE"]
2121
dependencies = [
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"]
7373
build-backend = "setuptools.build_meta"
7474

7575
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)