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
5
5
include requirements.txt
6
6
include setup.cfg
7
7
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
12
12
13
13
include test/__init__.py
14
14
include 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.
9
9
Documentation
10
10
=============
11
11
12
- Stable:
13
-
14
- - Documentation: http://pythonhosted.org/pyserial-asyncio/
15
- - Download Page: https://pypi.python.org/pypi/pyserial-asyncio
16
-
17
- Latest:
18
-
19
12
- Documentation: http://pyserial-asyncio.readthedocs.io/en/latest/
13
+ - Download Page: https://pypi.python.org/pypi/pyserial-asyncio
20
14
- Project Homepage: https://github.com/pyserial/pyserial-asyncio
21
15
22
16
Original file line number Diff line number Diff line change 24
24
except ImportError :
25
25
termios = None
26
26
27
- __version__ = '0.1 '
27
+ __version__ = '0.2 '
28
28
29
29
30
30
class SerialTransport (asyncio .Transport ):
You can’t perform that action at this time.
0 commit comments