forked from fritzsedlazeck/Spectre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (28 loc) · 792 Bytes
/
setup.cfg
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
[project]
name = "spectre-cnv"
version = "0.2.1"
author = Philippe Sanio
author_email = philippe.sanio@gmail.com
description = "Long read copy number variation (CNV) caller"
long_description = file: README.md
long_description_content_type = text/markdown
readme = "README.md"
requires-python = ">=3.10"
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
install_requires =
pysam >=0.22.0
numpy >=1.24.3
pandas >=2.0.1
matplotlib >=3.7.1
scipy >=1.10.1
[options.entry_points]
console_scripts =
spectre = spectre.spectre:main
[project.urls]
Homepage = "https://github.com/fritzsedlazeck/spectre"
Issues = "https://github.com/fritzsedlazeck/spectre/issues"