mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 00:18:26 +00:00
16 lines
413 B
Diff
16 lines
413 B
Diff
commit 46919f494553c818737dc822beafdcc3b34cdad5
|
|
Author: Chris Warrick <kwpolska@gmail.com>
|
|
Date: Sun, 25 May 2025 20:58:42 +0200
|
|
|
|
Fix #3852 — fix data being installed site-packages
|
|
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -102,6 +102,7 @@ docs = [
|
|
nikola = "nikola.__main__:main"
|
|
|
|
[tool.setuptools.packages.find]
|
|
+namespaces = false
|
|
exclude = ["tests", "tests.*"]
|
|
|
|
[tool.setuptools.data-files]
|