Skip to content

Commit c7ae0c7

Browse files
committed
python: fix package meta data in setup.py
http://lists.infradead.org/pipermail/libnl/2015-January/001802.html Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
1 parent b56f88c commit c7ae0c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/setup.py.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ setup(name = 'netlink',
3535
description = 'Python wrapper for netlink protocols',
3636
author = 'Thomas Graf',
3737
author_email = 'tgraf@suug.ch',
38+
url = 'http://www.infradead.org/~tgr/libnl/',
39+
license = 'LGPL 2',
40+
platforms = 'linux2',
41+
long_description = 'Experimental python bindings for libnl',
3842
ext_modules = [netlink_capi, route_capi, genl_capi],
3943
package_dir = {'': '@srcdir@'},
4044
packages = ['netlink', 'netlink.genl', 'netlink.route',

0 commit comments

Comments
 (0)