Sinse chukchi is a Python project, it should be packaged like it's done Python.
First of all, it should have setup.py with all dependencies and metadata in it.
The scripts package is some old habit. A very old one. console_scripts can be used for this.
And to do it nice it can use some cool thing like pbr. I'm working with OpenStack now and I think this thing is really cool.
Sinse chukchi is a Python project, it should be packaged like it's done Python.
First of all, it should have setup.py with all dependencies and metadata in it.
The scripts package is some old habit. A very old one. console_scripts can be used for this.
And to do it nice it can use some cool thing like pbr. I'm working with OpenStack now and I think this thing is really cool.