Skip to content

Commit

Permalink
Tag 4.2.0 For Real and Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Jun 4, 2017
1 parent 5e15db9 commit 2bd33c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
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:
Expand Down Expand Up @@ -48,6 +48,7 @@
'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'
]
)
Expand Down

0 comments on commit 2bd33c1

Please sign in to comment.