Skip to content

Commit

Permalink
Bump version, adjust description a bit, minor tweaks to error phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
dotcomboom committed Jul 29, 2022
1 parent ef93b22 commit c0b6a22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pituophis/__init__.py
Expand Up @@ -301,9 +301,9 @@ def get(host, port=70, path='/', query=''):
}

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


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,14 +5,14 @@

setup(
name='Pituophis',
version='1.1',
version='1.2',
install_requires=['natsort'],
packages=['pituophis'],
url='https://github.com/dotcomboom/Pituophis',
license='BSD 2-Clause License',
author='dotcomboom',
author_email='dotcomboom@somnolescent.net',
description='Python 3 library for building Gopher clients and servers',
description='Gopher client and server module for Python 3',
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
Expand Down

0 comments on commit c0b6a22

Please sign in to comment.