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>
This commit is contained in:
parent
b56f88c9b3
commit
c7ae0c7d67
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ setup(name = 'netlink',
|
|||
description = 'Python wrapper for netlink protocols',
|
||||
author = 'Thomas Graf',
|
||||
author_email = 'tgraf@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',
|
||||
|
|
Loading…
Add table
Reference in a new issue