File: MANIFEST.in

package info (click to toggle)
pytest-cython 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 335; cpp: 6; ansic: 6; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 510 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
25
26
graft docs
graft tests

include .bumpversion.cfg
include .coveragerc
include .editorconfig

include CHANGELOG.md
include CODE_OF_CONDUCT.md
include CONTRIBUTING.md
include LICENSE.md
include README.md

include noxfile.py
include requirements-dev.txt

global-exclude *.py[cod] __pycache__ *.so *.pyd *.dylib

exclude renovate.json

exclude .github/**/*
exclude .vscode/*

exclude tests/example-project/build/**/*
exclude tests/example-project/src/pypackage/*.c
exclude tests/example-project/src/pypackage/*.cpp