Pyproject: automatically source version
This commit is contained in:
parent
cbaa46f263
commit
ef634f7ae7
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "leek"
|
||||
version = "0.0.1"
|
||||
dynamic = ["version"]
|
||||
authors = [{name = "Toast"}]
|
||||
description = "Project diva megamix + mod manager"
|
||||
license = "MIT"
|
||||
|
|
@ -54,3 +54,5 @@ ignore_missing_imports = true
|
|||
[tool.setuptools.data-files]
|
||||
"share/applications" = ["xyz.toast003.leek.desktop"]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue