[PATCH 1/1] python: fix package meta data in setup.py
Thomas Haller
thaller at redhat.com
Mon Jan 5 03:12:25 PST 2015
Signed-off-by: Thomas Haller <thaller at redhat.com>
---
python/setup.py.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/python/setup.py.in b/python/setup.py.in
index 346c770..0cd35d0 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -35,6 +35,10 @@ setup(name = 'netlink',
description = 'Python wrapper for netlink protocols',
author = 'Thomas Graf',
author_email = 'tgraf at suug.ch',
+ url = 'http://www.infradead.org/~tgr/libnl/',
+ license = 'LGPL 2',
+ platforms = 'linux2',
+ long_description = 'Experimental python bindings for libnl',
ext_modules = [netlink_capi, route_capi, genl_capi],
package_dir = {'': '@srcdir@'},
packages = ['netlink', 'netlink.genl', 'netlink.route',
--
1.9.3
More information about the libnl
mailing list