alberthier / git-webui

A standalone local web based user interface for git repositories
Apache License 2.0
842 stars 117 forks source link

Use distutils for packaging #1

Open barmic opened 9 years ago

barmic commented 9 years ago

The packaging can be improve with distutils (https://docs.python.org/2/distutils/setupscript.html). With that git-webui can be upload on pip and the linux distrubtion packager can easely create package.

jrd commented 9 years ago

I think this will be a great improve. So that people can just do "pip install --user git-webui" and have it available ;-)