diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-31 10:51:03 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-31 10:51:03 +0300 |
commit | 1a4422be08ef234ed0666f13b13fc03506c197b3 (patch) | |
tree | ecd98ba534abcfaeae3d729f9040b36ffa3c6026 /pyproject.toml | |
parent | af17f92e0beda893fb91ff757b76f2499e500666 (diff) |
python 3.10 and proper version number + lint
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9efd1bb..3a3fe81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "sliceitoff" -version = "0.2-gamma" +version = "0.2-beta" description = "Arcade game where one slices play area off avoiding enemies." authors = ["Viljami Ilola <+@hix.fi>"] readme = "README.md" packages = [{include = "sliceitoff", from = "src"}] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" pygame = "^2.5.2" |