diff --git a/pyproject.toml b/pyproject.toml index 6da778f1..f17a39af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: System :: Distributed Computing", ] -license = "BSD-3-Clause" +license = "MIT" packages = [ { include = "saturn_engine", from = "src" }, ]