File: MANIFEST.in

package info (click to toggle)
python-skbio 0.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,312 kB
  • sloc: python: 60,482; ansic: 672; makefile: 224
file content (22 lines) | stat: -rw-r--r-- 351 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
include CHANGELOG.md
include LICENSE.txt
include Makefile
include pyproject.toml
include README.rst
include simde-sse2.h

graft ci
graft doc
graft licenses
graft logos
graft skbio

prune doc/build
prune doc/source/generated
prune web/_build

global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so
global-exclude .*.swp
global-exclude .coverage