mirror of
https://github.com/lowobservable/coax.git
synced 2026-01-12 00:43:00 +00:00
Update documentation
This commit is contained in:
parent
f89f9b16d7
commit
5090cd672a
@ -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
|
||||
|
||||
|
||||
@ -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'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user