zkbt / zachopy

Various tools used in lots of code written by Zach Berta-Thompson.
2 stars 4 forks source link

distutils #1

Closed xcthulhu closed 8 years ago

xcthulhu commented 8 years ago

I made a setup.py file that exposes all of your modules and submodules.

This should simplify installation of this package which is used in other projects.

With this commit you should be to install this code with:

# pip install https://github.com/zkbt/zachopy

You might consider making a tag reflecting the specified version in setup.py with:

# git tag $VERSION
# git push origin $VERSION

Check out PEP 0440 for more info on how python deals with versioning...

xcthulhu commented 8 years ago

Too much refactoring, let's try something lighter shall we?