mirror of
https://github.com/daylinmorgan/swydd.git
synced 2024-11-06 17:23:16 -06:00
chore: get version from file
This commit is contained in:
parent
b8b189e950
commit
c1a8fd3d41
1 changed files with 11 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
[project]
|
||||
name = "swydd"
|
||||
version = "0.1.0"
|
||||
description = "swydd will yield desired deliverables"
|
||||
authors = [
|
||||
{name = "Daylin Morgan", email = "daylinmorgan@gmail.com"},
|
||||
|
@ -9,15 +8,15 @@ dependencies = []
|
|||
requires-python = ">=3.9"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
dynamic = ["version"]
|
||||
|
||||
[tool.pdm]
|
||||
distribution = true
|
||||
|
||||
[tool.pdm.version]
|
||||
source = "file"
|
||||
path = "swydd/__init__.py"
|
||||
|
||||
[tool.pdm.dev-dependencies]
|
||||
dev = [
|
||||
"pre-commit>=3.6.2",
|
||||
|
@ -32,3 +31,9 @@ ignore = ["E402"]
|
|||
check_untyped_defs = true
|
||||
disallow_untyped_defs = true
|
||||
warn_unused_configs = true
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue