Skip to content

Commit 43f4d60

Browse files
author
Catherine Devlin
committed
updating trove classifiers
1 parent 82d7cd9 commit 43f4d60

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can set an autolimit by adding this to your
9696
c.SqlMagic.autolimit = 1000
9797
9898
You can similarly change the table printing style to any of `prettytable`_'s
99-
defined styles (currently DEFAULT, MSWORD_FRIENDLY, PLAIN_COLUMNS, RANDOM):
99+
defined styles (currently DEFAULT, MSWORD_FRIENDLY, PLAIN_COLUMNS, RANDOM)::
100100

101101
c.SqlMagic.style = 'PLAIN_COLUMNS'
102102

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
'Environment :: Console',
2626
'License :: OSI Approved :: MIT License',
2727
'Topic :: Database',
28+
'Topic :: Database :: Front-Ends',
29+
'Programming Language :: Python :: 3',
30+
'Programming Language :: Python :: 2',
2831
],
2932
keywords='database ipython postgresql mysql',
3033
author='Catherine Devlin',

0 commit comments

Comments
 (0)