[Distutils] Bundling Distribute
by Ram Rachum other posts by this author
Nov 5 2009 12:08PM messages near this date
Re: [Distutils] PEP 376 -- support for release versions?
|
Re: [Distutils] Bundling Distribute
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@[...].org
http://mail.python.org/mailman/listinfo/distutils-sig
Thread:
Ram Rachum
Ziade Tarek
Ram Rachum
Ben Finney
Lennart Regebro
Ram Rachum
P.J. Eby
Lennart Regebro
Ram Rachum
Tres Seaver
Lennart Regebro
Sridhar Ratnakumar
Lennart Regebro
Ram Rachum
Lennart Regebro
Ziade Tarek
cool-RR
Ziade Tarek
Ram Rachum
Ziade Tarek
Lennart Regebro
|