Skip to content

Commit 1ca2d22

Browse files
committed
update pyproject.toml
- update the license identifier - update the supported Python versions: 3.11 - 3.14
1 parent fbc0991 commit 1ca2d22

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ build-backend = "setuptools.build_meta"
1313
[project]
1414
name = "mdaencore"
1515
description = "Ensemble overlap comparison software for molecular data."
16-
license = {file = "LICENSE" }
16+
license = "GPL-2.0-or-later"
17+
license-files = ["LICENSE", "AUTHORS"]
1718
authors = [
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
]
4445
readme = "README.md"
45-
requires-python = ">=3.10"
46+
requires-python = ">=3.11"
4647
dependencies = [
4748
"MDAnalysis>=2.1.0",
4849
"joblib",
@@ -82,7 +83,6 @@ testpaths = [
8283

8384
[tool.black]
8485
line-length = 80
85-
extend-exclude = "versioneer.py"
8686

8787
[tool.versioningit]
8888
default-version = "1+unknown"

0 commit comments

Comments
 (0)