mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
7f93237d0f
For details, see: * https://discuss.python.org/t/implementing-pep-609-pypa-governance/4745
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
include LICENSE README.md CONTRIBUTING.md CHANGELOG.rst NOTICES HISTORY.txt
|
|
include Makefile pyproject.toml get-pipenv.py .dockerignore *.yml
|
|
include examples/Pipfil*
|
|
include *.md
|
|
recursive-include pipenv LICENSE LICENSE* *LICENSE* *COPYING* t32.exe t64.exe w32.exe w64.exe cacert.pem
|
|
recursive-include pipenv *.cfg
|
|
recursive-include pipenv/vendor *.c *.j2
|
|
recursive-include pipenv *.md *.APACHE *.BSD
|
|
recursive-include pipenv Makefile
|
|
recursive-include pipenv/vendor vendor.txt
|
|
recursive-include pipenv README
|
|
recursive-include pipenv *.json
|
|
recursive-include pipenv *.rst
|
|
include pipenv/patched/notpip/_vendor/vendor.txt
|
|
include pipenv/patched/safety.zip pipenv/patched/patched.txt
|
|
include pipenv/vendor/pipreqs/stdlib pipenv/vendor/pipreqs/mapping
|
|
include pipenv/vendor/*.txt pipenv/vendor/pexpect/bashrc.sh
|
|
include pipenv/vendor/Makefile
|
|
include pipenv/pipenv.1
|
|
exclude .gitmodules
|
|
exclude .editorconfig .travis.yml .env appveyor.yml tox.ini pytest.ini
|
|
exclude Pipfile* CHANGELOG.draft.rst
|
|
exclude docker-compose.yml Dockerfile
|
|
exclude run-tests.sh run-tests.bat
|
|
|
|
recursive-include docs Makefile *.rst *.py *.bat
|
|
recursive-include docs/_templates *.html
|
|
recursive-include docs/_static *.js *.css *.png
|
|
recursive-exclude docs requirements*.txt
|
|
recursive-exclude pipenv *.pyi
|
|
recursive-exclude pipenv *.typed
|
|
recursive-exclue tests/test_artifacts *.pyd *.so *.pyc *.egg-info PKG-INFO
|
|
|
|
prune peeps
|
|
prune .azure-pipelines
|
|
prune .github
|
|
prune docs/build
|
|
prune news
|
|
prune tasks
|
|
prune tests
|
|
prune pipenv/vendor/importlib_metadata/tests
|
|
prune pipenv/vendor/importlib_resources/tests
|