Skip to content

Commit 3626e21

Browse files
committed
now it'll be an egg.
1 parent 931f182 commit 3626e21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from distutils.core import setup
3+
from setuptools import setup
44
import memcache
55

66
setup(name="python-memcached",
@@ -13,6 +13,10 @@
1313
maintainer_email="[email protected]",
1414
url="http://github.com/jess-is-coding/python-memcached",
1515
py_modules=["memcache"],
16+
zip_safe=False,
17+
package_data = {
18+
'': ['*.py'],
19+
},
1620
classifiers=[
1721
"Development Status :: 5 - Production/Stable",
1822
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)