File: MANIFEST.in

package info (click to toggle)
python-apsw 3.46.0.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,684 kB
  • sloc: python: 13,125; ansic: 12,334; javascript: 911; makefile: 10; sh: 7
file content (24 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# The C source

include src/*.c
include src/faultinject.h
include src/apswversion.h
include src/apsw.docstrings

# other files
include apsw/__init__.pyi
include apsw/py.typed
include apsw/shell.py
include apsw/speedtest.py
include apsw/trace.py
include apsw/tests.py
include apsw/ext.py

include LICENSE
include checksums
include setup.py

# Long description comes from this
include README.rst

include setup.apsw