aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2014-02-25 02:10:44 +1100
committerMatthew Iversen <teh.ivo@gmail.com>2014-02-25 02:12:13 +1100
commit69a6fad6e9fde280c4aa1883644c452d66243f89 (patch)
tree7799d9b0160af119a773de96c842b0b77a16cb3a /MANIFEST.in
parent2d4f36a2246580466f3c1c6e027f03bb9b265960 (diff)
downloadcryptography-69a6fad6e9fde280c4aa1883644c452d66243f89.tar.gz
cryptography-69a6fad6e9fde280c4aa1883644c452d66243f89.tar.bz2
cryptography-69a6fad6e9fde280c4aa1883644c452d66243f89.zip
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