nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/setup.cfg b/setup.cfg
2index d78f2950..50a0f7cd 100644
3--- a/setup.cfg
4+++ b/setup.cfg
5@@ -25,9 +25,13 @@ classifier =
6 Programming Language :: Python :: 3 :: Only
7 Programming Language :: Python :: Implementation :: CPython
8
9-[files]
10-packages =
11- novaclient
12+[options]
13+packages=find:
14+
15+[options.packages.find]
16+exclude =
17+ releasenotes
18+ releasenotes.*
19
20 [entry_points]
21 console_scripts =