Fix version-file input (#72)

The input was previously ignored

Fixes: #69
This commit is contained in:
Kevin Stillhammer
2025-02-06 08:40:41 +01:00
committed by GitHub
parent f14634c415
commit d34edb0565
5 changed files with 48 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "pyython-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ruff==0.9.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"