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
|