Update documentation

This commit is contained in:
Andrew Kay 2020-03-23 19:39:58 -05:00
parent f89f9b16d7
commit 5090cd672a
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# coax-interface
# coax
> Hello mainframe!
coax-interface is a set of tools for interfacing with [IBM 3270](https://en.wikipedia.org/wiki/IBM_3270) type terminals.
Tools for interfacing with [IBM 3270](https://en.wikipedia.org/wiki/IBM_3270) type terminals.
## Contents

View File

@ -10,14 +10,14 @@ LONG_DESCRIPTION = """# pycoax
Python IBM 3270 coaxial interface library.
See [GitHub](https://github.com/lowobservable/coax-interface#readme) for more information.
See [GitHub](https://github.com/lowobservable/coax#readme) for more information.
"""
setup(
name='pycoax',
version=ABOUT['__version__'],
description='IBM 3270 coaxial interface',
url='https://github.com/lowobservable/coax-interface',
url='https://github.com/lowobservable/coax',
author='Andrew Kay',
author_email='projects@ajk.me',
packages=['coax'],