Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
Add pyproject.toml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Dec 1, 2021
1 parent b4ecc31 commit 4484802
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
[tool.poetry]
name = "GBKviz"
version = "0.0.0"
description = "Genbank data visualization tool"
description = "Genbank data visualization webapp"
authors = ["moshi"]
license = "MIT"
homepage = "https://github.com/moshi4/GBKviz/"
repository = "https://github.com/moshi4/GBKviz/"
readme = "README.md"
keywords = [
"gbkviz",
"bioinformatics",
"streamlit",
"genomics",
"visualization",
]
classifiers = [
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]

[tool.poetry-dynamic-versioning]
enable = true

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 4484802

Please # to comment.