Commit Graph

3 Commits

Author SHA1 Message Date
Alex Willmer 1ead1fb077 setup: Add a hashbang
- Uses /usr/bin/env so it still works in e.g. a virtualenv
- Uses python2, rather than python3 to indicate mitogen currently being
2.x only.
2018-03-19 21:58:27 +05:45
Alex Willmer 528b012736 setup: Use correct packages declaration
py_packages is not a field know by distutils or setuptools. The closest
is `py_modules`, which perhaps what the erroneus line here started as.

Fixes #43
2018-03-19 21:58:27 +05:45
David Wilson e7ff6259a3 Initial commit. 2018-03-19 21:35:13 +05:45