Pyproject: automatically source version

This commit is contained in:
Toast 2025-05-30 11:58:40 +02:00 committed by Toast
parent cbaa46f263
commit ef634f7ae7

View file

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