Commit Graph

11 Commits

Author SHA1 Message Date
David Wilson 1fc7df5be5 Move canonical library version to __init__.py. 2018-04-27 03:48:31 +01:00
Alex Willmer 332e3ec5d0 setup: Scan project dir to find packages
This eliminates the possibility of the filesystem and setup.py
diverging, as had happened with ansible_mitogen/connection/ vs
ansible_mitogen/connection.py
2018-03-19 21:58:34 +05:45
David Wilson 58140eda92 issue #93: enable use_2to3 to see what happens 2018-03-19 21:58:31 +05:45
David Wilson bf4a5ae097 Bump version for release (closes #85) 2018-03-19 21:58:30 +05:45
David Wilson a35fcf44cc ansible: restructure to avoid intermediate imports 2018-03-19 21:58:29 +05:45
David Wilson 326886832e Add license text everywhere. 2018-03-19 21:58:28 +05:45
David Wilson f077b5b092 issue #56: fix up setup.py, bump version number. 2018-03-19 21:58:28 +05:45
Alex Willmer 6107cf7096 setup: Trove classifiers
These will help with future PyPI discovery, and should make it clear
that Python 3.x is not (yet) supported.
2018-03-19 21:58:27 +05:45
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