summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--pkg_resources/__init__.py (renamed from pkg_resources.py)0
-rwxr-xr-xsetup.py2
3 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 2c587d40..8916394a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,7 @@ recursive-include setuptools/tests *.html entries*
recursive-include setuptools/tests/svn_data *.zip
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
recursive-include _markerlib *.py
+recursive-include pkg_resources *.py
include *.py
include *.txt
include MANIFEST.in
diff --git a/pkg_resources.py b/pkg_resources/__init__.py
index 3a8edca5..3a8edca5 100644
--- a/pkg_resources.py
+++ b/pkg_resources/__init__.py
diff --git a/setup.py b/setup.py
index bac4e29d..ff519e3e 100755
--- a/setup.py
+++ b/setup.py
@@ -128,7 +128,7 @@ setup_params = dict(
packages=setuptools.find_packages(),
package_data=package_data,
- py_modules=['pkg_resources', 'easy_install'],
+ py_modules=['easy_install'],
zip_safe=True,