add .travis.yml

This commit is contained in:
George K
2018-02-16 20:22:35 +03:00
parent 062b7933a2
commit 8a1e56f351
2 changed files with 9 additions and 2 deletions

View File

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