Skip to content

Commit c0b6a22

Browse files
committed
Bump version, adjust description a bit, minor tweaks to error phrasing
1 parent ef93b22 commit c0b6a22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pituophis/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ def get(host, port=70, path='/', query=''):
301301
}
302302

303303
errors = {
304-
'404': Item(itype='3', text='404: {} does not exist.'),
304+
'404': Item(itype='3', text='404: {} cannot be found.'),
305305
'403': Item(itype='3', text='403: Resource outside of publish directory.'),
306-
'403_glob': Item(itype='3', text='403: Gopher glob is out of scope.')
306+
'403_glob': Item(itype='3', text='403: Gophermap glob is out of scope.')
307307
}
308308

309309

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setup(
77
name='Pituophis',
8-
version='1.1',
8+
version='1.2',
99
install_requires=['natsort'],
1010
packages=['pituophis'],
1111
url='https://github.com/dotcomboom/Pituophis',
1212
license='BSD 2-Clause License',
1313
author='dotcomboom',
1414
author_email='dotcomboom@somnolescent.net',
15-
description='Python 3 library for building Gopher clients and servers',
15+
description='Gopher client and server module for Python 3',
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
classifiers=[

0 commit comments

Comments
 (0)