Python API: VPP-947 Empty chroot_prefix fails on encode()
[vpp.git] / src / vpp-api / python / setup.py
index 28c2ecc..a4749a8 100644 (file)
@@ -22,6 +22,9 @@ setup (name = 'vpp_papi',
        description = 'VPP Python binding',
        author = 'Ole Troan',
        author_email = 'ot@cisco.com',
+       url = 'https://wiki.fd.io/view/VPP/Python_API',
+       python_requires='>=2.7, >=3.3',
+       license = 'Apache-2.0',
        test_suite = 'tests',
        install_requires=['cffi'],
        py_modules=['vpp_papi'],