From f94fba6a47f11ce0cab77ec67055e1ee2bba63ce Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Mon, 23 Oct 2023 13:26:57 -0500 Subject: [PATCH] style: Update pyproject.toml version and license --- pyproject.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c29c664..7a6b7ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,21 @@ [tool.poetry] name = "pxblat" -version = "0.3.5" +version = "0.3.6" description = "A native python binding for blat suit" authors = ["Yangyang Li "] -license = "MIT" readme = "README.md" +license = "LICENSE" +classifiers = [ + "Development Status :: 3 - Alpha", + "Operating System :: OS Independent", + "Operating System :: POSIX :: Linux", + "Operating System :: MacOS :: MacOS X", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3 :: Only", +] [tool.poetry.dependencies] python = "^3.9"