mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 09:04:16 +01:00
Update package to latest version, build from sources, use stestrCheckHook and versionCheckHook Update non-working tests
21 lines
424 B
Diff
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 =
|