@@ -13,7 +13,8 @@ build-backend = "setuptools.build_meta"
1313[project ]
1414name = " mdaencore"
1515description = " Ensemble overlap comparison software for molecular data."
16- license = {file = " LICENSE" }
16+ license = " GPL-2.0-or-later"
17+ license-files = [" LICENSE" , " AUTHORS" ]
1718authors = [
1819 {name = " Matteo Tiberti" , email = " tiberti@cancer.dk" },
1920 {name = " Wouter Boomsma" , email = " wb@di.ku.dk" },
@@ -29,20 +30,20 @@ classifiers = [
2930 " Development Status :: 6 - Mature" ,
3031 " Environment :: Console" ,
3132 " Intended Audience :: Science/Research" ,
32- " License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)" ,
3333 " Operating System :: MacOS :: MacOS X" ,
3434 " Operating System :: Microsoft :: Windows" ,
3535 " Operating System :: POSIX" ,
3636 " Programming Language :: C" ,
3737 " Programming Language :: Python" ,
38- " Programming Language :: Python :: 3.10" ,
3938 " Programming Language :: Python :: 3.11" ,
4039 " Programming Language :: Python :: 3.12" ,
40+ " Programming Language :: Python :: 3.13" ,
41+ " Programming Language :: Python :: 3.14" ,
4142 " Topic :: Scientific/Engineering" ,
4243 " Topic :: Software Development :: Libraries :: Python Modules" ,
4344]
4445readme = " README.md"
45- requires-python = " >=3.10 "
46+ requires-python = " >=3.11 "
4647dependencies = [
4748 " MDAnalysis>=2.1.0" ,
4849 " joblib" ,
@@ -82,7 +83,6 @@ testpaths = [
8283
8384[tool .black ]
8485line-length = 80
85- extend-exclude = " versioneer.py"
8686
8787[tool .versioningit ]
8888default-version = " 1+unknown"
0 commit comments