File: MANIFEST.in

package info (click to toggle)
python-datrie 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: ansic: 3,794; python: 756; sh: 13; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
include README.rst
include CHANGES.rst
include COPYING
include tox.ini
include tox-bench.ini
include update_c.sh
include tests/words100k.txt.zip
recursive-include tests *.py

include src/datrie.pyx
include src/cdatrie.pxd
include src/stdio_ext.pxd
exclude src/datrie.c