forked from lhqing/cemba_data
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 882 Bytes
/
pyproject.toml
File metadata and controls
29 lines (27 loc) · 882 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
[build-system]
requires = ["setuptools>=61.0", "wheel","setuptools_scm[toml]>=6.2"]
[tool.setuptools_scm]
version_scheme = "guess-next-dev"
write_to = 'cemba_data/_version.py'
#[project]
#name = "cemba_data"
#dynamic = ["version"]
#authors = [
# { name="Hanqing Liu", email="[email protected]" },
# { name="Wubin Ding", email="[email protected]" },
#]
#description = "Pipelines for single nucleus methylome and multi-omic dataset."
#keywords = ["yap", "yap-gcp","cemba_data"]
#readme = "README.md"
#requires-python = ">=3.0"
#classifiers = [
# "Programming Language :: Python :: 3",
# "License :: OSI Approved :: MIT License",
# "Operating System :: OS Independent",
#]
#license = {file = "LICENSE"}
#
#[project.urls]
#"Homepage" = "https://github.com/DingWB/cemba_data"
#repository = "https://github.com/lhqing/cemba_data"
#documentation = "https://hq-1.gitbook.io/mc/"