-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
35 lines (31 loc) · 958 Bytes
/
pyproject.toml
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
33
34
35
[build-system]
requires = ["setuptools>=64", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"
[project]
authors = [
]
classifiers = [
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only"
]
dependencies = ["biopython>=1.68", "retrying>=1.3.3"]
description = "Multithreaded ncbi edirect and ftract"
dynamic = ['version']
keywords = [
"bioinformatics", "ncbi", "edirect", "entrez", "multiprocessing", "multithreading"
]
license = "GPL-3.0-only"
name = "medirect"
readme = "README.rst"
requires-python = ">=3.9"
[project.urls]
repository = "https://github.com/crosenth/medirect"
[project.scripts]
ftract = "ftract:run"
mefetch = "mefetch:run"
[tool.setuptools_scm]
# can be empty if no extra settings are needed, presence enables setuptools-scm