Hello,

I would like to bundle Distribute with my project
so that I could use it without making my users
install it. (I like to keep things as simple as
possible for my users.)

Is it possible? I thought of just copying the 
"setuptools" folder from the source distribution
into a package in my project, so instead of doing
`from setuptools import setup`, I would do 
`from third_party.setuptools import setup`.

Does it make sense? Will it work? Anything else I
should keep in mind?

Thanks,
Ram.

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to