diff --git a/.github/workflows/dsm.py b/libs/utils/dsm.py similarity index 100% rename from .github/workflows/dsm.py rename to libs/utils/dsm.py diff --git a/pyproject.toml b/pyproject.toml index 78d5f27..b887874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "difficult-rocket" description = "A rocket game" authors = [{ name = "shenjackyuanjie", email = "3695888@qq.com" }] requires-python = ">=3.8" -license = { text = "CC-BY-NA-SA 4.0" } +license = { text = "MPL-2.0" } readme = "README.md" dynamic = ["version"]