We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b511a6 commit 113caacCopy full SHA for 113caac
1 file changed
pyproject.toml
@@ -1,12 +1,10 @@
1
[build-system]
2
-requires = ["setuptools>=77", "cython"]
+requires = ["setuptools", "cython"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "Printrun"
7
description = "Host software for 3D printers"
8
-license = "GPL-3.0-or-later"
9
-license-files = ["COPYING"]
10
authors = [
11
{name = "Kliment Yanev"},
12
{name = "Guillaume Seguin"},
@@ -18,6 +16,7 @@ classifiers=[
18
16
"Intended Audience :: End Users/Desktop",
19
17
"Intended Audience :: Manufacturing",
20
"Intended Audience :: Science/Research",
+ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
21
"Operating System :: MacOS :: MacOS X",
22
"Operating System :: Microsoft :: Windows",
23
"Operating System :: POSIX :: Linux",
0 commit comments