We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26af552 commit 58ce28cCopy full SHA for 58ce28c
setup.py
@@ -6,14 +6,15 @@
6
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
7
8
9
-version = '0.3.7.1'
+version = '0.3.8'
10
11
install_requires = [
12
'prettytable',
13
'ipython>=1.0',
14
'sqlalchemy>=0.6.7',
15
'sqlparse',
16
'six',
17
+ 'ipython-genutils>=0.1.0',
18
]
19
20
@@ -33,7 +34,7 @@
33
34
keywords='database ipython postgresql mysql',
35
author='Catherine Devlin',
36
author_email='catherine.devlin@gmail.com',
- url='pypi.python.org/pypi/ipython-sql',
37
+ url='https://pypi.python.org/pypi/ipython-sql',
38
license='MIT',
39
packages=find_packages('src'),
40
package_dir = {'': 'src'},
0 commit comments