File: MANIFEST.in

package info (click to toggle)
python-picologging 0.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: python: 3,921; cpp: 2,430; makefile: 41; sh: 18
file content (30 lines) | stat: -rw-r--r-- 785 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
27
28
29
30
include .devcontainer/Dockerfile
include .devcontainer/devcontainer.json
include .github/dependabot.yml
include .github/workflows/pages.yml
include .github/workflows/quality.yml
include .github/workflows/test.yml
include .github/workflows/wheel.yml
include .gitignore
include CHANGELOG.md
include CMakeLists.txt
include CODE_OF_CONDUCT.md
include LICENSE
include README.md
include SECURITY.md
include SUPPORT.md
recursive-include benchmarks *.py
include docs/Makefile
include docs/make.bat
include docs/requirements.txt
include docs/source/conf.py
recursive-include docs/source *.rst
include pyproject.toml
include setup.py
graft src/picologging
recursive-include tests *.py
exclude MANIFEST.in
exclude _skbuild
global-exclude *.py[cod]
global-exclude *.so
recursive-include tests *.md