Install and take advantage of setuptools-scm #14
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "leek"
|
name = "leek"
|
||||||
version = "0.0.1"
|
dynamic = ["version"]
|
||||||
authors = [{name = "Toast"}]
|
authors = [{name = "Toast"}]
|
||||||
description = "Project diva megamix + mod manager"
|
description = "Project diva megamix + mod manager"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
@ -54,3 +54,5 @@ ignore_missing_imports = true
|
||||||
[tool.setuptools.data-files]
|
[tool.setuptools.data-files]
|
||||||
"share/applications" = ["xyz.toast003.leek.desktop"]
|
"share/applications" = ["xyz.toast003.leek.desktop"]
|
||||||
|
|
||||||
|
[tool.setuptools_scm]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue