@@ -8,6 +8,8 @@ maintainers = [
88]
99description = " MoinMoin is an easy to use, full-featured and extensible wiki software package"
1010readme = {file =" README.md" , content-type =" text/markdown" }
11+ license = " GPL-2.0-or-later"
12+ license-files = [" LICENSE.txt" ]
1113requires-python = " >=3.9"
1214keywords = [" wiki" , " web" ]
1315classifiers = [
@@ -18,7 +20,6 @@ classifiers = [
1820 " Intended Audience :: Information Technology" ,
1921 " Intended Audience :: Other Audience" ,
2022 " Intended Audience :: Science/Research" ,
21- " License :: OSI Approved :: GNU General Public License (GPL)" ,
2223 " Natural Language :: English" ,
2324 " Operating System :: OS Independent" ,
2425 " Programming Language :: Python" ,
@@ -33,7 +34,6 @@ classifiers = [
3334 " Topic :: Office/Business :: Groupware" ,
3435 " Topic :: Text Processing :: Markup" ,
3536]
36- license = {text =" GNU GPL v2 (or any later version)" }
3737dependencies = [
3838 " Babel >= 2.10.0" , # internationalization support
3939 " blinker >= 1.6.2" , # event signalling (e.g. for change notification trigger)
@@ -93,7 +93,7 @@ include-package-data = true
9393where = [" src" ]
9494
9595[build-system ]
96- requires = [" setuptools" , " setuptools_scm[toml] >= 6.2" ]
96+ requires = [" setuptools >= 77.0.3 " , " setuptools_scm[toml] >= 6.2" ]
9797build-backend = " setuptools.build_meta"
9898
9999[tool .setuptools_scm ]
0 commit comments