aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Perry <pimterry@gmail.com>2015-01-04 23:09:11 +0000
committerTim Perry <pimterry@gmail.com>2015-01-04 23:09:11 +0000
commit1176348dc910ac5a1de3b9e1479dec1b140257d0 (patch)
tree903dbc13255c3c14ea973d5046794cefcda3caa3
parent3fb758cfb9b4dba2a3bfedfa7c2381275c6d1a80 (diff)
downloadtimeout-decorator-1176348dc910ac5a1de3b9e1479dec1b140257d0.tar.gz
Add README.md that's missing from the 0.2.0 release
The 0.2.0 release doesn't install, because it needs a README.md file rather than README.rst, as of https://github.com/pnpnpn/timeout-decorator/commit/9f302a455aaefd0b5397d4f9f5183f22af88b2f1, and the file isn't included in the package itself. This adds it to the package (I think).
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ff7d844..b9560c9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1 @@
-include README.rst LICENSE tests/*.py
+include README.md LICENSE tests/*.py