diff --git a/.travis.yml b/.travis.yml index 5778979..fff72b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,15 @@ language: python python: - '2.7' install: pip install tox -script: tox +script: tox notifications: email: - pupssman@gmail.com +deploy: + provider: pypi + user: pupssman + password: + secure: zoZ3sEpnFJA9pDPTGNozt2JDzsLfvm/baBvE/zpvoHokaTW7xLIawBt4CNlH0UXkkBuOke0VfvopXrIkrTsBj83VjFIjiF5goY8X4T+NwQKMrgI8uqSItjgGq+/wRDoruLkbZ9fBj6Mq57Woc5rCL9nIZCygjwZyeyLRUpyMx9U= + on: + tags: true + all_branches: true diff --git a/setup.py b/setup.py index ce7424e..49af9e4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setuptools.setup( name='yamb', - version='0.1', + version='0.1.1', license='Apache License, Version 2.0', author="Ivan Kalinin", author_email="pupssman@yandex-team.ru", @@ -16,5 +16,6 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', - 'Programming Language :: Python'], + 'Programming Language :: Python', + 'Topic :: Software Development'], )