@@ -1,4 +1,8 @@
|
|||||||
|
include Makefile
|
||||||
|
include tox.ini
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include doc/*.rst
|
include doc/*.rst
|
||||||
include doc/conf.py
|
include doc/conf.py
|
||||||
include doc/Makefile
|
include doc/Makefile
|
||||||
|
recursive-include examples *.py
|
||||||
|
recursive-include test *.py
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -29,7 +29,7 @@ from __future__ import absolute_import
|
|||||||
import sys
|
import sys
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
verstr = "1.0.0"
|
verstr = "1.0.1"
|
||||||
docstr = """
|
docstr = """
|
||||||
``txaio`` is a helper library for writing code that runs unmodified on
|
``txaio`` is a helper library for writing code that runs unmodified on
|
||||||
both Twisted and asyncio.
|
both Twisted and asyncio.
|
||||||
|
|||||||
Reference in New Issue
Block a user