Skip to content

Commit

Permalink
DOC: Add Trove classifiers for supported Python versions
Browse files Browse the repository at this point in the history
Adds missing `Programming Language :: Python :: 3` to bento.info
Adds new `Programming Language :: Python :: {2..,3..,CPython..}` to both

These versions are correct for the 1.10.x and 1.11.x releases.
They reflect the commit b06dbc1
  • Loading branch information
moreati committed Aug 5, 2015
1 parent 9cd868a commit 193668a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bento.info
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ Classifiers:
License :: OSI Approved,
Programming Language :: C,
Programming Language :: Python,
Programming Language :: Python :: 2,
Programming Language :: Python :: 2.6,
Programming Language :: Python :: 2.7,
Programming Language :: Python :: 3,
Programming Language :: Python :: 3.2,
Programming Language :: Python :: 3.3,
Programming Language :: Python :: 3.4,
Programming Language :: Python :: 3.5,
Programming Language :: Python :: Implementation :: CPython,
Topic :: Software Development,
Topic :: Scientific/Engineering,
Operating System :: Microsoft :: Windows,
Expand Down
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@
License :: OSI Approved
Programming Language :: C
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
Topic :: Scientific/Engineering
Operating System :: Microsoft :: Windows
Expand Down

0 comments on commit 193668a

Please sign in to comment.