nixpkgs/pkgs/development/python-modules/python-novaclient/fix-setup-cfg.patch
Vinetos 017cd20dac
python3Packages.python-novaclient: 18.11.0 -> 18.12.0
Update package to latest version, build from sources,
use stestrCheckHook and versionCheckHook
Update non-working tests
2026-02-28 22:37:59 +01:00

21 lines
424 B
Diff

diff --git a/setup.cfg b/setup.cfg
index d78f2950..50a0f7cd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,9 +25,13 @@ classifier =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
-[files]
-packages =
- novaclient
+[options]
+packages=find:
+
+[options.packages.find]
+exclude =
+ releasenotes
+ releasenotes.*
[entry_points]
console_scripts =