Skip to content

Commit 54aec1a

Browse files
committed
Merge pull request #25 from tshepang/diff
add trove classifiers
2 parents ca85e7f + d43a6f3 commit 54aec1a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

setup.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,19 @@
99
, version='2.1.1-dev'
1010
, packages=find_packages()
1111
, install_requires=['psycopg2 >= 2.5.0']
12+
, classifiers=[
13+
'Development Status :: 5 - Production/Stable',
14+
'Intended Audience :: Developers',
15+
'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
16+
'Operating System :: OS Independent',
17+
'Programming Language :: Python :: 2',
18+
'Programming Language :: Python :: 2.6',
19+
'Programming Language :: Python :: 2.7',
20+
'Programming Language :: Python :: 3',
21+
'Programming Language :: Python :: 3.2',
22+
'Programming Language :: Python :: 3.3',
23+
'Programming Language :: SQL',
24+
'Topic :: Database :: Front-Ends',
25+
'Topic :: Software Development :: Libraries :: Python Modules',
26+
],
1227
)

0 commit comments

Comments
 (0)