Python API: Support for per message CRC and API split.
[vpp.git] / vpp-api / python / setup.py
index a2eeff3..99a0147 100644 (file)
 # limitations under the License.
 
 try:
-    from setuptools import setup, command, Extension
+    from setuptools import setup, Extension
 except ImportError:
-    from distutils.core import setup
+    from distutils.core import setup, Extension
 
 setup (name = 'vpp_papi',
-       version = '1.2',
+       version = '1.3',
        description = 'VPP Python binding',
        author = 'Ole Troan',
        author_email = 'ot@cisco.com',