tjvr / kurt

Python library for reading/writing MIT's Scratch file format.
https://kurt.tjvr.org
GNU General Public License v3.0
86 stars 24 forks source link

Added setup.py, and updated the installation instructions. #2

Closed bboe closed 12 years ago

bboe commented 12 years ago

setup.py requires a version, thus __init__.py now has a version number. This should be updated appropriately.

Installation of kurt will install the util/*.py files into some bin folder depending on the users setup. In my virtualenv the path is

/bin. The README was also updated to better pretty-print the python code blocks. On a related note, it may be worthwhile to upload the project to pypi so that installation can be as simple as `easy_install kurt` or `pip install kurt`. With the setup.py file in place creating the project is trivial: `python setup.py register upload`. You will need an account of course.
tjvr commented 12 years ago

I like the setup — thanks for making this! I shall merge this soon.

So far I'd thought kurt was a bit obscure, really — and so not worth having on pypi. If you think it is, then I shall upload it!

bboe commented 12 years ago

Closing as I have an updated branch to merge into your decompile branch.