isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Add setup.py #246

Open ghost opened 6 years ago

ghost commented 6 years ago

It would be good to move the py_modules to a package folder ('pyth') so that the installed modules don't end up loose in the python module sys-dir and a package[] can be defined in the setup.py

This was done in commit number 2 in this PR, my (unpublished) guix.scm I use for this runs the tests.py and they all succeed. I leave it up to your comment if my work introduced further errors.

isaacg1 commented 6 years ago

This would break server.py. I'll do this, but I'll do it directly, not as a pull request.

ghost commented 6 years ago

Ok, thanks.