Install and take advantage of setuptools-scm #14

Merged
Toast merged 5 commits from setuptoolsScm into main 2025-05-30 23:50:28 +02:00
Showing only changes of commit ec193db639 - Show all commits

View file

@ -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]