Skip to content

Commit

Permalink
Merge branch 'master' of github.com:svpcom/pyzmq-ctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Evseenko committed May 31, 2011
2 parents 6e42d25 + d633007 commit 3a88439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -32,14 +32,14 @@

setup(
name = "pyzmq-ctypes",
version = "2.1.1",
version = "2.1.2",
packages = ['zmq', 'zmq.core'],
author = "Daniel Holth",
author_email = "dholth@fastmail.fm",
url = 'http://github.com/svpcom/pyzmq-ctypes',
download_url = 'http://python.org/pypi/pyzmq-ctypes',
description = "Python bindings for 0MQ (ctypes version).",
install_requires = ['py', 'ctypes_configure', 'pycparser'],
install_requires = ['py', 'ctypes_configure', 'pycparser', 'pytest'],
long_description = long_desc,
license = "LGPL",
classifiers = [
Expand Down

0 comments on commit 3a88439

Please sign in to comment.