diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-28 17:50:36 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-28 17:50:36 +0700 |
commit | d3839f160e5020967b2b23bd21ebd7c941012162 (patch) | |
tree | 62eb3793c0e0f1cbe54e3ee175edeceeef186384 /pyproject.toml | |
parent | bc8579329e04e470f168ab684aa3519ef36c0acd (diff) | |
download | brutalmaze-d3839f160e5020967b2b23bd21ebd7c941012162.tar.gz |
Nitpick around
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8cbcad4..f56787d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ 'Programming Language :: Python', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Games/Entertainment :: Arcade'] +requires-python = '>=3.6' keywords = 'pygame,shmup,maze,ai-challenges' license = 'AGPLv3+' |