From 2c006dd17c1645ed152fcb723ab21f8ec6565499 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 2 Sep 2017 19:41:34 -0400 Subject: [PATCH] no longer a work in progress Signed-off-by: Kenneth Reitz --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 9925970..47cc209 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,6 @@ background: does what it says it does This module makes it stupidly simple to run things in the background of your application, be it a CLI app, or a web app. -Work in progress. - Basic Usage -----------