lgervasoni/urbansprawl

Make a setup.py and rename the 'src' folder

garaud opened this issue · 0 comments

Hi,

I'm working on a setup.py file. It may be useful for:

  1. install the urbansprawl project/package
  2. list all dependencies
  3. distribute the package on Pypi

I also suggest to rename the folder src to urbansprawl. When you distribute a Python package, you have to find a name to this package. It shouldn't be src. This implies to update all imports where there is src.

What do you think @lgervasoni ?

Thanks,
Damien