Tag 4.2.0 For Real and Update setup.py
This commit is contained in:
parent
5e15db92b6
commit
2bd33c12fd
3
setup.py
3
setup.py
@ -20,7 +20,7 @@ if __name__ == '__main__':
|
|||||||
if dirName and os.getcwd() != dirName:
|
if dirName and os.getcwd() != dirName:
|
||||||
os.chdir(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:
|
try:
|
||||||
with open('README.rst', 'rt') as f:
|
with open('README.rst', 'rt') as f:
|
||||||
@ -48,6 +48,7 @@ if __name__ == '__main__':
|
|||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: 3.6',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user