diff --git a/pyproject.toml b/pyproject.toml index a7448ba..217bfb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gladier" -version = "0.10.0b3" +version = "0.10.0b4" authors = [ { name = "Globus Professional Services Team", email = "support@globus.org" }, ] @@ -26,7 +26,8 @@ dependencies = [ "fair-research-login>=0.2.6", "pydantic>=1.0", ] -license = { file = "LICENSE" } +license = "Apache-2.0" +license-files = ["LICENSE"] [project.readme] file = "README.rst" @@ -49,7 +50,7 @@ test = [ build = ["build", "twine"] [tool.setuptools.packages.find] -where = ["gladier"] +where = ["."] namespaces = false @@ -61,7 +62,7 @@ testpaths = ["gladier/tests/"] [tool.coverage.run] parallel = true -source = ["gladier"] +source = ["."] # omit must be specified in a way which matches the # tox environment installations, so lead with `**` omit = []