From cae118e6a52ef508d6e6e8f9dbfb5959896ad39a Mon Sep 17 00:00:00 2001 From: PN Date: Thu, 13 Dec 2012 13:48:58 -0500 Subject: init --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..ff7d844 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.rst LICENSE tests/*.py -- cgit v1.2.3 From 1176348dc910ac5a1de3b9e1479dec1b140257d0 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Sun, 4 Jan 2015 23:09:11 +0000 Subject: 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). --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.3 From b1edeeaa1d68b5f84becdbd31cfef0ac690bd2a7 Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Sun, 15 Mar 2015 13:41:13 +0100 Subject: Added optional threading support via python multiprocessing. Switched to pytest test runner --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index b9560c9..bb37a27 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include README.md LICENSE tests/*.py +include *.rst -- cgit v1.2.3