Commit Graph

10 Commits (ddf4a21bace612b0bf3ae894c67b63d72408ca3b)

Author SHA1 Message Date
David Wilson f2e23fb7e0 Add license text everywhere. 7 years ago
David Wilson b1479261e2 issue #56: fix up setup.py, bump version number. 7 years ago
Alex Willmer c0bcacf6f9 setup: Trove classifiers
These will help with future PyPI discovery, and should make it clear
that Python 3.x is not (yet) supported.
7 years ago
Alex Willmer dfb0fd8244 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.
7 years ago
Alex Willmer 990afe7d2f 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
7 years ago
David Wilson 446e956e8f Rename package. 7 years ago
David Wilson d6bd906e5c Python 2.4 compat in setup.py. 8 years ago
David Wilson 109bb34beb Fixup setup.py version. 8 years ago
David Wilson cd9b93dd17 Turn into a package. 8 years ago
David Wilson 4666cbb435 setup.py. 8 years ago