From c8edef5a996da11b1629905d0c37c4b223bcf690 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Tue, 9 Apr 2024 02:33:53 +0300 Subject: __main__.py for python -m compatibility --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') 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" -- cgit v1.2.3