Skip to content

Commit

Permalink
fix setup.py for 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shalupov committed Jan 9, 2015
1 parent 5646d4d commit 9d81749
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def run_tests(self):

setup(
name="teamcity-messages",
version="1.9",
version="1.10",
author='JetBrains',
author_email='[email protected]',
description='Send test results ' +
'to TeamCity continuous integration server from unittest, nose and py.test',
'to TeamCity continuous integration server from unittest, nose and py.test (Python 2.6+)',
long_description="""This packages provides unittest, nose and py.test
plugins for sending test result messages
to TeamCity continuous integration server
Expand All @@ -48,6 +48,9 @@ def run_tests(self):
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Testing'
],
Expand Down

0 comments on commit 9d81749

Please sign in to comment.