[reportlab-users] More 2.2 questions - package rearrangement
    Henning von Bargen 
    henning.vonbargen at arcor.de
       
    Mon Sep  1 12:10:33 EDT 2008
    
    
  
> From: Dirk Holtwick <dirk.holtwick at gmail.com>
> Subject: Re: [reportlab-users] More 2.2 questions - package
> rearrangement
> I would like to them be called: README.txt, CHANGES.txt, LICENSE.txt etc 
> because this way most Operating Systems know how to open them.
> 
>> - setup.py
>> - reportlab/    - the pure python package
>> - reportlab/fonts/ - has more fonts added
>> 
>> - rl_addons/   - contains all C source code
>>      rl_accel/
>>      renderPM/
> 
> These two directories could also be placed under "src/". In your 
> setup.py with Setuptools you then just have to add the line:
> 
>     package_dir = {
>         '': 'src'
>         },
> 
> Maybe reportlab/fonts/ and reportlab/tools/ should also move to the top 
>  directory because they are not an essential part of reportlab toolkit.
> 
> I think this is a good idea to cleanup a bit.
> 
+1 from me.
    
    
More information about the reportlab-users
mailing list