diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8127035..d604d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [{ name = "HsiangNianian", email = "i@jyunko.cn" }] dependencies = [] requires-python = ">=3.10" readme.file = "README.md" -license = { text = "MIT" } +license = { text = "AGPL-3.0" } keywords = ["hydroroll"] classifiers = [ "Development Status :: 5 - Production/Stable", |