diff --git a/python/pyproject.toml b/python/pyproject.toml index 5aaec70..9870fd0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -14,14 +14,14 @@ authors = [ maintainers = [ {name = "Casper da Costa-Luis", email = "imaging@cdcl.ml"}, {name = "Kris Thielemans", email = "k.thielemans@ucl.ac.uk"}] -license = {text = "Apache-2.0"} +license = "Apache-2.0" +license-files = ["LICENSE"] requires-python = ">=3.9" dependencies = [ "numpy>=1.22", ] classifiers = [ "Development Status :: 3 - Alpha", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", @@ -32,9 +32,6 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Medical Science Apps."] -[tool.setuptools] -license-files = [] # see https://github.com/pypa/twine/issues/1216#issuecomment-2609745412 - [tool.setuptools.packages.find] include = ["petsird", "petsird.*"]