summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1ce463f..65bbbe3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,13 +1,11 @@
[tool.poetry]
name = "sliceitoff"
-version = "0.3-beta.1"
+version = "0.3-beta.3"
description = "Arcade game where one slices play area off avoiding enemies."
repository = "https://git.hix.fi/sliceitoff.git/"
authors = ["Viljami Ilola <+@hix.fi>"]
readme = "README.txt"
-packages = [
- {include = "sliceitoff", from = "src"},
-]
+packages = [{include = "sliceitoff", from = "src"}]
[tool.poetry.dependencies]
python = "^3.10"