Including missing files in MANIFEST.in

Fixes #3
This commit is contained in:
meejah
2015-07-21 17:04:16 -06:00
parent 9b8ac5d827
commit b280eb7b3e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
include Makefile
include tox.ini
include LICENSE
include doc/*.rst
include doc/conf.py
include doc/Makefile
recursive-include examples *.py
recursive-include test *.py

View File

@@ -29,7 +29,7 @@ from __future__ import absolute_import
import sys
from setuptools import setup, find_packages
verstr = "1.0.0"
verstr = "1.0.1"
docstr = """
``txaio`` is a helper library for writing code that runs unmodified on
both Twisted and asyncio.