Skip to content

Commit e70b779

Browse files
Merge branch 'master' into removed_pkg_resources
2 parents bc30d1d + 73bef05 commit e70b779

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "wheel"]
2+
requires = ["setuptools >= 77.0.3", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -8,6 +8,7 @@ dynamic = ["version"]
88
description = "Generates Python Extension modules from commented Cython PXD files"
99
readme = "README.md"
1010
license = "BSD-3-Clause"
11+
license-files = ["LICENSE"]
1112
authors = [
1213
{name = "OpenMS Inc.", email = "webmaster@openms.de"}
1314
]
@@ -163,4 +164,4 @@ exclude_lines = [
163164
"if __name__ == .__main__.:",
164165
"class .*\\bProtocol\\):",
165166
"@(abc\\.)?abstractmethod",
166-
]
167+
]

0 commit comments

Comments
 (0)