ljr/wcmtools/memcached/api/python/setup.py

13 lines
285 B
Python
Raw Normal View History

2019-02-05 21:49:12 +00:00
#!/usr/bin/env python
from distutils.core import setup
import memcache
setup(name="python-memcached",
version=memcache.__version__,
author="Evan Martin",
author_email="martine@danga.com",
url="http://www.danga.com/memcached/",
py_modules=["memcache"])