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
4 changed files with 8 additions and 5 deletions

View file

@ -1 +0,0 @@
include src/leek/*.qml

View file

@ -18,6 +18,7 @@
python-lsp-server
pylsp-mypy
mypy
setuptools-scm
pyside6
tomlkit
]

View file

@ -9,8 +9,9 @@
src = ./.;
build-system = [
python3Packages.setuptools
build-system = with python3Packages; [
setuptools
setuptools-scm
];

View file

@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools", "setuptools-scm"]
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]