]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
python: fix package meta data in setup.py
authorThomas Haller <thaller@redhat.com>
Mon, 5 Jan 2015 11:12:25 +0000 (12:12 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 12 Jan 2015 13:17:38 +0000 (14:17 +0100)
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>
python/setup.py.in

index 346c770f0c63a51263092200b57666b850e0c5fe..0cd35d09dd8788465c70f5280400d412039e7547 100644 (file)
@@ -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',