Skip to content

Commit

Permalink
Update setup.py classifiers to fix broken python version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
analogue committed May 29, 2015
1 parent f7794c4 commit 864ed76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
],
install_requires=[
"bravado-core >= 1.0.0-rc1",
Expand Down

0 comments on commit 864ed76

Please sign in to comment.