File: MANIFEST.in

package info (click to toggle)
pyserial-asyncio 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: python: 435; makefile: 77
file content (15 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include CREDITS.rst
include LICENSE.txt
include README.rst
include MANIFEST.in
include requirements.txt
include setup.cfg

include documentation/*.rst
include documentation/conf.py
include documentation/Makefile
include documentation/pyserial-asyncio.png

include test/__init__.py
include test/test_asyncio.py