Skip to content

Commit

Permalink
Add Python 2 only trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 10, 2013
1 parent 586156f commit 656f627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -38,8 +38,10 @@
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2 :: Only",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: Implementation :: CPython",
],
packages=find_packages('src'),
namespace_packages=['Products', 'Shared', 'Shared.DC'],
Expand Down

0 comments on commit 656f627

Please sign in to comment.