Skip to content

Commit

Permalink
prepare for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
fschncvg committed Oct 24, 2024
1 parent eef483f commit 23e9494
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "freestylo"
version = "0.0.1"
version = "0.1.0"
authors = [
{ name = "Felix Schneider", email = "[email protected]"},
]
Expand All @@ -13,6 +13,9 @@ classifiers = [
"Operating System :: OS Independent",
]

[project.scripts]
freestylo = "freestylo:freestylo_main"

[project.urls]
Homepage = "https://github.com/cvjena/freestylo"
Issues = "https://github.com/cvjena/freestylo/issues"
Expand All @@ -31,3 +34,4 @@ requires = [

]
build-backend = "setuptools.build_meta"

0 comments on commit 23e9494

Please sign in to comment.