Closed xcthulhu closed 8 years ago
I made a setup.py file that exposes all of your modules and submodules.
setup.py
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...
Too much refactoring, let's try something lighter shall we?
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:
You might consider making a tag reflecting the specified version in
setup.py
with:Check out PEP 0440 for more info on how python deals with versioning...