Make a setup.py and rename the 'src' folder
garaud opened this issue · 0 comments
garaud commented
Hi,
I'm working on a setup.py
file. It may be useful for:
- install the urbansprawl project/package
- list all dependencies
- 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