summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2017-03-18 20:50:01 -0400
committerDonald Stufft <donald@stufft.io>2017-03-19 12:00:31 -0400
commita45c2f5e24639e5cf8999e0a82cb675168c13239 (patch)
tree1542d0f4524356d64531805faad697601ab984ea /MANIFEST.in
parent16944a6341fc5485619ed38bbe2bee4e83bdf13e (diff)
downloadpip-a45c2f5e24639e5cf8999e0a82cb675168c13239.tar.gz
Generate our NEWS.rst with towncrier
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 3dac128ea..04d74e293 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,8 @@
include AUTHORS.txt
include LICENSE.txt
-include CHANGES.txt
+include NEWS.rst
include README.rst
+include pyproject.toml
include pip/_vendor/README.rst
include pip/_vendor/vendor.txt
@@ -20,6 +21,7 @@ recursive-include docs Makefile *.rst *.py *.bat
prune .github
prune .travis
prune docs/_build
+prune news
prune contrib
prune tasks
prune tests