From 2bd33c12fd51f08179ec5fa3aff0bcd92499b10e Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Sun, 4 Jun 2017 04:47:21 -0400 Subject: [PATCH] Tag 4.2.0 For Real and Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 575f71e..a40b4eb 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ if __name__ == '__main__': if dirName and os.getcwd() != dirName: os.chdir(dirName) - summary = 'Python module which allows you to specify timeouts when calling any existing function' + summary = 'Python module which allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads' try: with open('README.rst', 'rt') as f: @@ -48,6 +48,7 @@ if __name__ == '__main__': 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries :: Python Modules' ] )