aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
AgeCommit message (Collapse)Author
2021-05-24Fixes to support Python 3.10, require 3.6+ (#24)Gregory P. Smith
Switch from asyncio.coroutine to async def to support 3.10. https://www.python.org/dev/peps/pep-0492/ Drop the use of the loop= parameter in portserver for 3.10. Refactor portserver_test to launch a subprocess instead of mock. This will wind up as 1.4.0. Use tox for our testing. Test on 3.10 in CI. Require 3.6+. Add a package.sh.
2015-04-01Include the ChangeLog.md file in the next release.Gregory Smith
2015-03-20Enjoy, World! (initial release)Gregory Smith