aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2018-10-09 08:55:52 +0300
committerFilipp Lepalaan <filipp@mac.com>2018-10-09 08:55:52 +0300
commitd098a0f3097988758ef28ab48add4c5e262c8ec0 (patch)
tree303b06e51194a49760ff0964afde4f7b7d77ef43 /setup.py
parent5b0fd57edd30eb6e901289b56279489498ee6652 (diff)
downloadpy-gsxws-d098a0f3097988758ef28ab48add4c5e262c8ec0.tar.gz
py-gsxws-d098a0f3097988758ef28ab48add4c5e262c8ec0.tar.bz2
py-gsxws-d098a0f3097988758ef28ab48add4c5e262c8ec0.zip
Add custom exception type for connection errors
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 98f58e8..3babbb0 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Topic :: Internet :: WWW/HTTP',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords='gsx, python',
author='Filipp Lepalaan',