Skip to content

Commit

Permalink
Make PyPI package version dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Jul 22, 2024
1 parent 424e569 commit 5cb904a
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
Expand Up @@ -4,7 +4,6 @@ build-backend = "flit_core.buildapi"

[project]
name = "octologo"
version = "3.0.2"
description = "Simple program that generates a logo for your open source projects."
authors = [{name = "Leopold Koprivnik", email = "[email protected]"}]
readme = "README.md"
Expand All @@ -19,6 +18,11 @@ dependencies = [
"click-extra>=4.7.2",
"loguru>=0.7.2",
]
dynamic = ["version"]

[tool.pdm.version]
source = "file"
path = "src/octologo/__init__.py"

[project.urls]
Home = "https://github.com/SkwalExe/octo-logo"
Expand Down

0 comments on commit 5cb904a

Please sign in to comment.