From 9f3f2d5f8fed9def666b0e8e61fe21848500d37a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 21 Apr 2008 15:04:06 -0400 Subject: [PATCH] Oops: More setup changes. --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index e69de29..16d5719 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -0,0 +1 @@ +include ez_setup.py diff --git a/setup.py b/setup.py index 00a6e38..dbafa29 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 -- GitLab