File: MANIFEST.in

package info (click to toggle)
python-libzim 3.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 1,690; cpp: 397; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include LICENSE
include README.md
include tests/*.py
include pyproject.toml
include setup.cfg
include requirements-dev.txt
include tasks.py
include libzim/*.cpp
include libzim/*.h
include libzim/*.py
include libzim/*.pxd
include libzim/*.pyx
global-exclude __pycache__/*
exclude *.egg-info/*
exclude libzim/*.dylib
exclude libzim/*.so
exclude libzim/*.so.*
exclude libzim/*.dll