summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-04-15 12:50:09 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-04-15 12:50:09 -0400
commit5091e7869f59d793c802c6c6cb9df783c5e85c94 (patch)
treec754e0be716d7f0e512a5f59eb2dc6baf356c5b6 /MANIFEST.in
parent6a54ff76b31a3b90497f0804f4d9845241b56984 (diff)
downloadpyopenssl-5091e7869f59d793c802c6c6cb9df783c5e85c94.tar.gz
Change the file manifest to refer to LICENSE which has replaced COPYING.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a26f83f..0c2be95 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
recursive-include OpenSSL *.h
-include COPYING ChangeLog INSTALL README TODO MANIFEST.in OpenSSL/RATIONALE
+include LICENSE ChangeLog INSTALL README TODO MANIFEST.in OpenSSL/RATIONALE
include doc/pyOpenSSL.tex doc/Makefile
recursive-include doc/tools *
recursive-include examples *