feat: nixos dbus availability

This commit is contained in:
2025-05-15 18:38:00 +02:00
parent e4744bab81
commit 82b0cf7aaa
5 changed files with 91 additions and 32 deletions

View File

@@ -14,14 +14,11 @@ description = "Fabric using Nix example."
readme = "README.md"
license = {file = "LICENSE"}
[project.scripts]
bar = "bar.main:main"
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.packages]
find = { namespaces = true }
[tool.setuptools.package-data]
"*" = ["*.css", "styles"]