Skip to content

Commit

Permalink
dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfatal committed Aug 28, 2023
1 parent 26a0b89 commit 4ab5955
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling","hatch-vcs"]
build-backend = "hatchling.build"

[project]
name = "rpycdec"
version = "0.0.1"
authors = [{ name = "cnfatl", email = "[email protected]" }]
description = "A tool to decrypt .rpyc files"
readme = "README.md"
Expand All @@ -15,6 +14,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dynamic = ["version"]

[project.urls]
"Homepage" = "https://github.com/cnfatal/rpycdec"
Expand All @@ -28,3 +28,6 @@ exclude = ["/.github", "/docs"]

[tool.hatch.build.targets.wheel]
packages = ["renpy", "."]

[tool.hatch.version]
source = "vcs"

0 comments on commit 4ab5955

Please sign in to comment.