Skip to content

Commit 38a5f0a

Browse files
author
James William Pye
committed
Add Python 3.0 classifier and pg_withcluster script.
1 parent 5597c3d commit 38a5f0a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from distutils.core import Extension
99
NAME = 'py-postgresql'
10-
VERSION = '0.1'
10+
VERSION = '0.8'
1111

1212
LONG_DESCRIPTION = """
1313
py-postgresql is a set of Python modules providing interfaces to various parts
@@ -24,6 +24,7 @@
2424
'Natural Language :: English',
2525
'Operating System :: OS Independent',
2626
'Programming Language :: Python',
27+
'Programming Language :: Python :: 3',
2728
'Topic :: Database',
2829
]
2930

@@ -55,7 +56,12 @@
5556
),
5657
],
5758

58-
'scripts' : ['bin/pg_dotconf', 'bin/pg_python', 'bin/pg_tin']
59+
'scripts' : [
60+
'bin/pg_dotconf',
61+
'bin/pg_python',
62+
'bin/pg_tin',
63+
'bin/pg_withcluster'
64+
]
5965
}
6066

6167
if __name__ == '__main__':

0 commit comments

Comments
 (0)