Skip to content

Commit

Permalink
Change landscape for python 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lemaitre committed May 23, 2016
1 parent 6f9bb7e commit 1f2cfdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .landscape
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python-targets:
- 2
- 3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def configuration(parent_package='', top_path=None):
'Operating System :: Unix',
'Operating System :: MacOS',
'Programming Language :: Python :: 2'
'Programming Language :: Python :: 2.7'],
'Programming Language :: Python :: 3'],
install_requires=INSTALL_REQUIRES,
requires=REQUIRES,
packages=setuptools.find_packages(exclude=['doc']),
Expand Down

0 comments on commit 1f2cfdd

Please sign in to comment.