We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc30d1d + 73bef05 commit e70b779Copy full SHA for e70b779
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61.0", "wheel"]
+requires = ["setuptools >= 77.0.3", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -8,6 +8,7 @@ dynamic = ["version"]
8
description = "Generates Python Extension modules from commented Cython PXD files"
9
readme = "README.md"
10
license = "BSD-3-Clause"
11
+license-files = ["LICENSE"]
12
authors = [
13
{name = "OpenMS Inc.", email = "webmaster@openms.de"}
14
]
@@ -163,4 +164,4 @@ exclude_lines = [
163
164
"if __name__ == .__main__.:",
165
"class .*\\bProtocol\\):",
166
"@(abc\\.)?abstractmethod",
-]
167
+]
0 commit comments