forked from pyserial/pyserial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
39 lines (35 loc) · 1.05 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
include README.rst
include LICENSE.txt
include CHANGES.rst
include MANIFEST.in
include setup.py
include setup.cfg
include pylintrc
include examples/at_protocol.py
include examples/port_publisher.py
include examples/port_publisher.sh
include examples/rfc2217_server.py
include examples/setup-miniterm-py2exe.py
include examples/setup-rfc2217_server-py2exe.py
include examples/setup-wxTerminal-py2exe.py
include examples/tcp_serial_redirect.py
include examples/wxSerialConfigDialog.py
include examples/wxSerialConfigDialog.wxg
include examples/wxTerminal.py
include examples/wxTerminal.wxg
include test/handlers/__init__.py
include test/handlers/protocol_test.py
include test/run_all_tests.py
include test/test_advanced.py
include test/test_high_load.py
include test/test_iolib.py
include test/test.py
include test/test_readline.py
include test/test_rfc2217.py
include test/test_rs485.py
include test/test_settings_dict.py
include test/test_url.py
include documentation/*.rst
include documentation/pyserial.png
include documentation/conf.py
include documentation/Makefile