Skip to content

Commit 113caac

Browse files
committed
Revert change to License classifiers
License classifiers are deprecated but the new style needs at least setuptools v77. Not all CI workflows support that currently.
1 parent 9b511a6 commit 113caac

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "Printrun"
77
description = "Host software for 3D printers"
8-
license = "GPL-3.0-or-later"
9-
license-files = ["COPYING"]
108
authors = [
119
{name = "Kliment Yanev"},
1210
{name = "Guillaume Seguin"},
@@ -18,6 +16,7 @@ classifiers=[
1816
"Intended Audience :: End Users/Desktop",
1917
"Intended Audience :: Manufacturing",
2018
"Intended Audience :: Science/Research",
19+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2120
"Operating System :: MacOS :: MacOS X",
2221
"Operating System :: Microsoft :: Windows",
2322
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)