version 0.1.2

This commit is contained in:
jar3b
2018-02-16 22:02:28 +03:00
parent 7f7a1543ba
commit 44876d4937
3 changed files with 9 additions and 2 deletions

View File

@@ -3,12 +3,13 @@ from distutils.core import setup
setup(
name='asyncio-seppuku',
packages=['seppuku'],
version='0.1.1',
version='0.1.2',
description='Sending kill signal after specified delay',
author='jar3b',
author_email='hellotan@live.ru',
license="MIT license",
url='https://github.com/jar3b/asyncio-seppuku',
download_url='https://github.com/jar3b/asyncio-seppuku/archive/0.1.1.tar.gz',
download_url='https://github.com/jar3b/asyncio-seppuku/archive/0.1.2.tar.gz',
keywords='asyncio signal python3',
classifiers=[
'Development Status :: 3 - Alpha',