diff --git a/pyproject.toml b/pyproject.toml index 71874ac..0d7ca48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "autoBIGS.cli" dynamic = ["version"] readme = "README.md" - +license = {file = "LICENSE"} dependencies = [ "autoBIGS-engine" ]