From e227a5dcfb8358752f93fdb9c5d9b8dd979dec95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Wiewi=C3=B3rka?= Date: Fri, 4 Nov 2022 11:39:35 +0100 Subject: [PATCH] Documentation link change (#48) --- README.rst | 2 +- setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d20ddde..312cfad 100644 --- a/README.rst +++ b/README.rst @@ -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 ======== diff --git a/setup.py b/setup.py index 01208c1..2c3b98b 100644 --- a/setup.py +++ b/setup.py @@ -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", ] @@ -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=[],