File: MANIFEST.in

package info (click to toggle)
libcloud 3.8.0%2Brepack-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 27,636 kB
  • sloc: python: 158,372; xml: 19,482; sh: 27; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
global-exclude *.py[cod]
global-exclude .pytest_cache
include LICENSE
include NOTICE
include example_*.py
include CHANGES.rst
include README.rst
include tox.ini
include pyproject.toml
include requirements-tests.txt
include requirements-lint.txt
include libcloud/data/pricing.json
include demos/*
include libcloud/data/pricing.json.sha256
include libcloud/data/pricing.json.sha512
include libcloud/py.typed
include scripts/check_file_names.sh
recursive-exclude libcloud/test secrets.py
prune libcloud/test/secrets.py
prune requirements-rtd.txt
prune dist
prune build