summaryrefslogtreecommitdiff
blob: 5dca21884882e7865048e62b3316f43277f56fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- kid-0.9/setup.py	2005-12-02 07:46:12.000000000 +0000
+++ kid-0.9-patched/setup.py	2006-01-03 08:49:19.000000000 +0000
@@ -1,6 +1,4 @@
 # bootstrap setuptools if necessary
-from ez_setup import use_setuptools
-use_setuptools()
 
 import os

@@ -8,7 +6,7 @@
 
 doc_parts = long_description.strip().splitlines()

-from setuptools import setup, find_packages
+from distutils.core import setup
 setup(
     name="kid",
     version=version,
@@ -29,7 +27,6 @@
     },
     py_modules=[],
     packages=["kid", 'kid.test'],
-    install_requires=['elementtree'],
     classifiers = [
             'Development Status :: 4 - Beta',
             'Environment :: Console',