diff --git a/Python/pyproject.toml b/Python/pyproject.toml index d84a8dd..c411552 100644 --- a/Python/pyproject.toml +++ b/Python/pyproject.toml @@ -13,7 +13,7 @@ maintainers = [ {name = "João Felipe Rocha, Yale University", email = "joaofelipe.rocha@yale.edu"}, {name = "Matthew Scicluna, Université de Montréal", email = "matthew.scicluna@umontreal.ca"} ] -license = {text = "GNU General Public License Version 2"} +license-files = ["LICENSE.md"] readme = "README.md" requires-python = ">=3.9" dependencies = [ @@ -66,4 +66,4 @@ test = ["pytest", "anndata", "coverage", "coveralls"] doc = ["sphinx", "sphinxcontrib-napoleon"] -[tool.setuptools.packages.find] \ No newline at end of file +[tool.setuptools.packages.find]