mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-21 15:20:59 +00:00
5ac676711a
- Fixes #3809 Signed-off-by: Dan Ryan <dan@danryan.co>
20 lines
345 B
Plaintext
20 lines
345 B
Plaintext
include LICENSE* README*
|
|
include CHANGELOG.rst
|
|
include pyproject.toml
|
|
|
|
exclude .editorconfig
|
|
exclude .coveragerc
|
|
exclude .travis.yml
|
|
exclude tox.ini
|
|
exclude appveyor.yml
|
|
exclude Pipfile*
|
|
|
|
recursive-include docs Makefile *.rst *.py *.bat
|
|
recursive-exclude docs requirements*.txt
|
|
|
|
prune .github
|
|
prune docs/build
|
|
prune news
|
|
prune tasks
|
|
prune tests
|