From 45414b5444db0a1f7e325c7dce92fbe84667d093 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 27 Feb 2010 12:23:22 +0100 Subject: python binding removed --- bindings/python/setup.py.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 bindings/python/setup.py.in (limited to 'bindings/python/setup.py.in') diff --git a/bindings/python/setup.py.in b/bindings/python/setup.py.in deleted file mode 100644 index f7055d5..0000000 --- a/bindings/python/setup.py.in +++ /dev/null @@ -1,14 +0,0 @@ -from distutils.core import setup, Extension - -module1 = Extension('libpyzmq', - libraries = ['zmq'], - library_dirs = ['@prefix@/lib'], - include_dirs = ['@PYTHON_SETUP_INCLUDES@','@prefix@/include'], - sources = ['pyzmq.cpp']) - -setup (name = 'libyzmq', - version = '@VERSION@', - description = '0MQ Python library', - ext_modules = [module1]) - - -- cgit v1.2.3