Re: distutils: different names in src and dist/build

2007-02-08 Thread Richard Jones
Anastasios Hatzis wrote: > is it possible to have different names between the original package name > and that which will be installed? > [snip] > Of course with-out changing the original src package name "sdk" to > "MySDK" (which likely would be the easiest way, hum). > > Any suggestion or link

Re: distutils: different names in src and dist/build

2007-02-08 Thread Anastasios Hatzis
Anastasios Hatzis wrote: > Hi, > > is it possible to have different names between the original package name > and that which will be installed? > > Example: > > setup.py > src/ > sdk/ > __init__.py > startme.py > > This usually creates a distribution file like sdk-0.6.2.

distutils: different names in src and dist/build

2007-02-08 Thread Anastasios Hatzis
Hi, is it possible to have different names between the original package name and that which will be installed? Example: setup.py src/ sdk/ __init__.py startme.py This usually creates a distribution file like sdk-0.6.2.tar.gz, which may create site-packages/ sdk/