-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (32 loc) · 1.16 KB
/
Copy pathpyproject.toml
File metadata and controls
38 lines (32 loc) · 1.16 KB
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
36
37
[project]
name = "MONSDA"
description = "MONSDA, Modular Organizer of Nextflow and Snakemake driven hts Data Analysis"
readme = "README.md"
license = { file = "LICENSE" }
authors = [{name = "Joerg Fallmann", email = "fallmann.joerg@gmail.com"}]
maintainers = [{name = "Joerg Fallmann", email = "fallmann.joerg@gmail.com"}]
dynamic = ["scripts", "dependencies", "requires-python", "version"]
[project.urls]
Homepage = "https://github.com/jfallmann/MONSDA"
Documentation = "https://monsda.readthedocs.io/en/latest"
Repository = "https://github.com/jfallmann/MONSDA"
Issues = "https://github.com/jfallmann/MONSDA/issues"
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=42",
'tomli; python_version >= "3.12.0"',
"versioneer>=0.20",
]
[tool.versioneer]
VCS = "git"
style = "pep440"
tag_prefix = "v"
versionfile_build = "MONSDA/_version.py"
versionfile_source = "MONSDA/_version.py"
[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = '.git,*.pdf,*.svg,versioneer.py,*.css,test_*'
check-hidden = true
ignore-regex = '^\s*"image/\S+": ".*|\b[Mm]anuel[. ][Hh]oltgrewe\b'
ignore-words-list = 'testin'