isaacg1 / pyth

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

release? #245

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

as this https://pypi.python.org/pypi/pyth/0.6.0 is obviously not the pyth I'm looking at in this git repository, could you make a release (if you think a certain commit release worthy)?

Preferable a tarball (this is easier in the longterm for operating systems), but a git tag is okay aswell.

ghost commented 6 years ago

I just spotted a lack of an setup.py, so even when it's small I'll try to send one your way (https://github.com/isaacg1/pyth/pull/246). This will help inclusion in our OS and reduce the lines of code I'd keep downstream otherwise.

isaacg1 commented 6 years ago

This is a good idea - I'll make this happen.