Commit ee8b1aa7 authored by PJ Eby's avatar PJ Eby

Add a working pkg_resources implementation that handles extraction and

basic support for non-egg resources.  Still a lot to do, but this version
is capable of not only extracting and running C extensions, it can even
find its own runtime (pkg_resources) if it's included in the egg.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040994
parent 5a50fc1e
This diff is collapsed.
......@@ -22,6 +22,6 @@ setup(
Require('PyUnit', None, 'unittest', "http://pyunit.sf.net/"),
],
packages = find_packages(),
py_modules = ['setuptools_boot'],
py_modules = ['setuptools_boot', 'pkg_resources'],
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment