Skip to content

Commit

Permalink
style: Update pyproject.toml version and license
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 23, 2023
1 parent 6d98c9d commit f94fba6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"
Expand Down

0 comments on commit f94fba6

Please sign in to comment.