2011-03-16 17:54:05 +01:00
|
|
|
include AUTHORS.txt
|
|
|
|
include LICENSE.txt
|
2017-03-19 01:50:01 +01:00
|
|
|
include NEWS.rst
|
2014-03-01 20:22:34 +01:00
|
|
|
include README.rst
|
2017-03-19 01:50:01 +01:00
|
|
|
include pyproject.toml
|
2014-09-29 17:05:46 +02:00
|
|
|
include pip/_vendor/README.rst
|
|
|
|
include pip/_vendor/vendor.txt
|
|
|
|
|
|
|
|
exclude .coveragerc
|
|
|
|
exclude .mailmap
|
|
|
|
exclude .travis.yml
|
2015-11-30 00:02:49 +01:00
|
|
|
exclude .landscape.yml
|
2014-09-29 17:05:46 +02:00
|
|
|
exclude pip/_vendor/Makefile
|
|
|
|
exclude tox.ini
|
2014-12-18 07:20:33 +01:00
|
|
|
exclude dev-requirements.txt
|
2014-09-29 20:37:59 +02:00
|
|
|
exclude appveyor.yml
|
2014-09-29 17:05:46 +02:00
|
|
|
|
|
|
|
recursive-include pip/_vendor *.pem
|
|
|
|
recursive-include docs Makefile *.rst *.py *.bat
|
|
|
|
|
2016-02-27 07:54:57 +01:00
|
|
|
prune .github
|
2014-09-29 17:05:46 +02:00
|
|
|
prune .travis
|
|
|
|
prune docs/_build
|
2017-03-19 01:50:01 +01:00
|
|
|
prune news
|
2014-09-29 17:05:46 +02:00
|
|
|
prune contrib
|
2014-02-26 01:38:24 +01:00
|
|
|
prune tasks
|
2014-09-29 17:05:46 +02:00
|
|
|
prune tests
|