Skip to content

Commit

Permalink
Prepare Python 3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Nov 15, 2016
1 parent 0136ae4 commit 3252a24
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

setup(
name='heroku3',
version='3.1.4',
version='3.2.0',
description='Heroku API Wrapper.',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),
author='Martin Moss',
author_email='[email protected]',
url='https://github.com/martyzz1/heroku3.py',
download_url='https://github.com/martyzz1/heroku3.py/tarball/v3.1.4',
download_url='https://github.com/martyzz1/heroku3.py/tarball/v3.2.0',
packages=['heroku3'],
package_data={'': ['LICENSE', ]},
include_package_data=True,
Expand All @@ -44,7 +44,11 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
# 'Programming Language :: Python :: 3.0',
# 'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
),
)

0 comments on commit 3252a24

Please sign in to comment.