arguman / arguman.org

Argument mapping and analysis platform
https://arguman.org
Other
1.39k stars 152 forks source link

add setup.py, add src/, rename main package web -> arguman #297

Closed ThomasWaldmann closed 5 years ago

ThomasWaldmann commented 8 years ago

structure should be like

src/arguman/__init__.py
src/arguman/...

introducing the "src/" directory has a lot of benefits for testing (e.g. to make sure you are actually testing the stuff that gets installed, not the stuff that happens to be found in cwd).

KrzysztofMadejski commented 7 years ago

Package could be put then to pip. BTW: Setup.py should then list dependencies.

ThomasWaldmann commented 5 years ago

this isn't done, why did you close it?

ThomasWaldmann commented 5 years ago

https://github.com/pypa/python-packaging-user-guide/issues/320 see there for some links to blog posts and discussion.