summaryrefslogtreecommitdiff
path: root/python/setup.py.in
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-01-05 12:12:25 +0100
committerThomas Haller <thaller@redhat.com>2015-01-12 14:17:38 +0100
commitc7ae0c7d67d376bb8a3fbbe8e35a25de7e4c8ebd (patch)
treea13c35e239dc811f6a77c4d19939ca96406f4fdd /python/setup.py.in
parentb56f88c9b3c22466fabeb1d751666bc4f79d347c (diff)
downloadlibnl-c7ae0c7d67d376bb8a3fbbe8e35a25de7e4c8ebd.tar.gz
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>
Diffstat (limited to 'python/setup.py.in')
-rw-r--r--python/setup.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/setup.py.in b/python/setup.py.in
index 346c770f..0cd35d09 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@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',