From 2d068d8514b1a04be52aadd478736478874ff62b Mon Sep 17 00:00:00 2001 From: Kenneth Domingo Date: Wed, 5 Apr 2023 18:30:25 +0800 Subject: [PATCH] docs: update README.md and shields (#80) --- README.md | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6876e50..7f5d220 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![GitHub](https://img.shields.io/github/license/kvdomingo/primerdriver) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/kvdomingo/primerdriver?include_prereleases) -![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/primerdriver) ## Introduction @@ -43,7 +43,7 @@ Batch design can be performed by including #### Prerequisites -- [Python 3.10+](https://www.python.org/downloads/) +- [Python 3.8.1+](https://www.python.org/downloads/) - [Poetry](https://python-poetry.org/docs/#installation) - [Git](https://git-scm.com/downloads) diff --git a/pyproject.toml b/pyproject.toml index cc5e843..842c834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ homepage = "https://github.com/kvdomingo/primerdriver" classifiers = [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Development Status :: 5 - Production/Stable", - "Framework :: Flask", "Intended Audience :: Science/Research", "Typing :: Typed" ]