Skip to content

Commit

Permalink
Update setup.py for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldoo committed Jul 21, 2021
1 parent 36dcc2a commit 12a6f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PyOphidia: Python bindings for Ophidia

It is an alternative to Oph_Term, the Ophidia no-GUI interpreter component, and a convenient way to submit SOAP HTTPS requests to an Ophidia server or to develop your own application using Python.

It runs on Python 2.7, 3.3, 3.4, 3.5, 3.6 and 3.7 has no Python dependencies and is pure-Python code. It requires a running Ophidia instance for client-server interactions. The latest PyOphidia version (v1.9) is compatible with Ophidia v1.6.
It runs on Python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8 has no Python dependencies and is pure-Python code. It requires a running Ophidia instance for client-server interactions. The latest PyOphidia version (v1.9) is compatible with Ophidia v1.6.

It provides 2 main modules:

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def read(*paths):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering',
#'Private :: Do Not Upload',
Expand Down

0 comments on commit 12a6f03

Please sign in to comment.