Skip to content

Commit

Permalink
add python version classifiers to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jun 15, 2016
1 parent 1a26a93 commit 0e5c681
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,13 @@
'console_scripts': [
'serpent = serpent:main',
],
}
),
},
classifiers=[
'Intended Audience :: Developers',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
)

0 comments on commit 0e5c681

Please sign in to comment.