Skip to content

Commit

Permalink
Documentation link change (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Nov 4, 2022
1 parent c3714b1 commit e227a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pysequila is a Python entrypoint to SeQuiLa, an ANSI-SQL compliant solution for
Requirements
============

* Python 3.7, 3.8
* Python 3.7, 3.8, 3.9

Features
========
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ def read_content(filepath):


classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand All @@ -67,7 +68,7 @@ def read_content(filepath):
long_description_content_type="text/x-rst",
author="biodatageeks",
author_email="team@biodatageeks.org",
url="https://pysequila.biodatageeks.org",
url="https://biodatageeks.github.io/sequila/",
classifiers=classifiers,
packages=["pysequila"],
data_files=[],
Expand Down

0 comments on commit e227a5d

Please sign in to comment.