Skip to content

Commit

Permalink
Back to basics with the version
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-panhaleux committed Feb 8, 2024
1 parent 08648c7 commit ab9862e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions krcg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# Do not touch (zest-releaser)
__version__ = "3.7.dev0"
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "krcg"
dynamic = ["version"]
version = "3.7.dev0"
authors = [
{ name = "Lionel Panhaleux", email = "[email protected]" },
]
Expand Down Expand Up @@ -51,9 +51,5 @@ Repository = "https://github.com/lionel-panhaleux/krcg"
[tool.setuptools.packages.find]
include = ["krcg*"]

# required for dynamic version
[tool.setuptools.dynamic]
version = { attr = "krcg.__version__" }

[tool.zest-releaser]
create-wheel = true

0 comments on commit ab9862e

Please sign in to comment.