diff options
author | Hynek Schlawack <hs@ox.cx> | 2015-10-25 16:15:12 +0100 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2015-10-25 16:23:04 +0100 |
commit | 682443fc1e1d572d52cea0485f96728cb119edbc (patch) | |
tree | 45501acb731576c5b2f37dd57a3273d15e85b495 /MANIFEST.in | |
parent | d9fcd7a679a13862d954564ce2559bedaaee27f5 (diff) | |
download | pyopenssl-git-682443fc1e1d572d52cea0485f96728cb119edbc.tar.gz |
Switch to a nicer changelog format
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 5585068..50cdc78 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include LICENSE ChangeLog MANIFEST.in *.rst tox.ini docs-requirements.txt .coveragerc +include LICENSE MANIFEST.in *.rst tox.ini docs-requirements.txt .coveragerc exclude leakcheck recursive-include tests *.py recursive-include doc * |