summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-20 22:27:03 +0300
committerViljami Ilola <+@hix.fi>2024-04-20 22:27:03 +0300
commitfa8d8f9e88c429ddc58ed1c273312ad5edf0f742 (patch)
tree3121efa45de49fd7d894b08340237c1a08dbd9cb
parent21029cc44fb72b3a53d3d74ac4156eda76fc4c67 (diff)
poetry likes no changelog
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5138d03..7b3d96e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,6 @@ name = "sliceitoff"
version = "0.3-beta.5"
description = "Arcade game where one slices play area off while avoiding slicing happy faces."
repository = "https://git.hix.fi/sliceitoff.git/"
-changelog = "https://git.hix.fi/sliceitoff.git/plain/CHANGELOG.txt"
authors = ["Viljami Ilola <+@hix.fi>"]
readme = "README.txt"
packages = [{include = "sliceitoff", from = "src"}]