File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 9
9
, version = '2.1.1-dev'
10
10
, packages = find_packages ()
11
11
, 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
+ ],
12
27
)
You can’t perform that action at this time.
0 commit comments