aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-24 11:19:57 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-24 11:19:57 -0600
commit79cdb55f469b4a493f2c084b8cf786723c01fbac (patch)
tree7799d9b0160af119a773de96c842b0b77a16cb3a /MANIFEST.in
parent2d4f36a2246580466f3c1c6e027f03bb9b265960 (diff)
parent69a6fad6e9fde280c4aa1883644c452d66243f89 (diff)
downloadcryptography-79cdb55f469b4a493f2c084b8cf786723c01fbac.tar.gz
cryptography-79cdb55f469b4a493f2c084b8cf786723c01fbac.tar.bz2
cryptography-79cdb55f469b4a493f2c084b8cf786723c01fbac.zip
Merge pull request #680 from Ivoz/changelog
Add changelog to toplevel, include in sdist
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c5ca0359..93d95511 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
-include LICENSE
include AUTHORS.rst
+include CHANGELOG.rst
include CONTRIBUTING.rst
+include LICENSE
include README.rst
recursive-include tests *.py