jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
371 stars 39 forks source link

revamp packaging #29

Closed jfhbrook closed 8 years ago

jfhbrook commented 8 years ago

I switched to setuptools. Need to:

[ ] Read setuptools docs, figure out which strings I don't need (can probably ditch long_description) [ ] Make supported python versions backed up by tox [ ] ????