-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: update authors in pyproject.toml and LICENSE
- Loading branch information
Showing
3 changed files
with
66 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,23 @@ requires = ["maturin>=1.2.1,<2"] | |
build-backend = "maturin" | ||
|
||
[tool.poetry] | ||
authors = ["Yangyang Li <[email protected]>"] | ||
authors = [ | ||
"Yangyang Li <[email protected]>", | ||
"Ting-you Wang <[email protected]>", | ||
] | ||
license = "Apache-2.0" | ||
name = "deepchopper" | ||
version = "1.2.5" | ||
description = "A Genomic Language Model for Chimera Artifact Detection in Nanopore Direct RNA Sequencing" | ||
readme = "README.md" | ||
|
||
[project] | ||
authors = [ | ||
{ name = "Yangyang Li", email = "<[email protected]>" }, | ||
{ name = "Ting-you Wang", email = "<[email protected]>" }, | ||
] | ||
name = "deepchopper" | ||
description = "A Genomic Language Model for Chimera Artifact Detection in Nanopore Direct RNA Sequencing" | ||
authors = [{ name = "Yangyang Li", email = "<[email protected]>" }] | ||
readme = "README.md" | ||
requires-python = ">=3.10" | ||
license = { file = "LICENSE" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters