diff --git a/MANIFEST.in b/MANIFEST.in index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..16d5719985c96c3c8e3f56ca20971a049e4c78de 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -0,0 +1 @@ +include ez_setup.py diff --git a/setup.py b/setup.py index 00a6e384eb034042ff5fe21dc1d17694685f8736..dbafa292fb277395552a3ca085ca5e00d75019fd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ ez_setup.use_setuptools() from setuptools import setup setup(name="pytools", - version="1", + version="2", description="A collection of tools for Python", long_description=""" Pytools is a big bag of things that are "missing" from the Python standard