File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ include MANIFEST.in
55include requirements.txt
66include setup.cfg
77
8- include *.rst
9- include conf.py
10- include Makefile
11- include pyserial-asyncio.png
8+ include documentation/ *.rst
9+ include documentation/ conf.py
10+ include documentation/ Makefile
11+ include documentation/ pyserial-asyncio.png
1212
1313include test/__init__.py
1414include test/test_asyncio.py
Original file line number Diff line number Diff line change @@ -9,14 +9,8 @@ It depends on pySerial and is compatible with Python 3.4 and later.
99Documentation
1010=============
1111
12- Stable:
13-
14- - Documentation: http://pythonhosted.org/pyserial-asyncio/
15- - Download Page: https://pypi.python.org/pypi/pyserial-asyncio
16-
17- Latest:
18-
1912- Documentation: http://pyserial-asyncio.readthedocs.io/en/latest/
13+ - Download Page: https://pypi.python.org/pypi/pyserial-asyncio
2014- Project Homepage: https://github.com/pyserial/pyserial-asyncio
2115
2216
Original file line number Diff line number Diff line change 2424except ImportError :
2525 termios = None
2626
27- __version__ = '0.1 '
27+ __version__ = '0.2 '
2828
2929
3030class SerialTransport (asyncio .Transport ):
You can’t perform that action at this time.
0 commit comments