-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 964 Bytes
/
pyproject.toml
File metadata and controls
32 lines (28 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "HuntLab-smallRNA"
version = "2.0.0"
description = "Small RNA analysis pipeline developed in Vicky Hunt's lab"
requires-python = ">=3.8"
readme = "README.md"
license = "Apache-2.0"
authors = [
{ name = "Kieran Reynolds", email = "kmhr20@bath.ac.uk" },
]
maintainers = [
{ name = "Kieran Reynolds", email = "kmhr20@bath.ac.uk" },
{ name = "Vicky Hunt", email = "v.l.hunt@bath.ac.uk" },
]
[project.urls]
Documentation = "https://vicky-hunt-lab.github.io/HuntLab-smallRNA/latest/"
"Source code" = "https://github.com/Vicky-Hunt-Lab/HuntLab-smallRNA"
[project.scripts]
hlsmallrna = "hlsmallrna:climain"
label_for_unitas = "hlsmallrna:labelforunitas_main"
build_coord_files = "hlsmallrna.bin.build_coord_files:main"
extract_nc = "hlsmallrna.bin.extract_nc:main"
revcomp_rna = "hlsmallrna.bin.revcomp_rna:main"
[tool.hatch.build.targets.wheel]
packages = ["hlsmallrna"]