-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (49 loc) · 1.19 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = dhartutils
description = "Tools for data retrieval and wrangling for the DHART (Digital HeART) portal."
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: dhartutils.__version__
url = https://github.com/eboileau/dhart-utils
author = Etienne Boileau
maintainer = Etienne Boileau
maintainer_email = [email protected]
license = BSD-3-Clause
keywords = dhart-utils
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
License :: OSI Approved :: BSD License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
[options]
package_dir =
= src
packages = find:
install_requires =
pysradb
scikit-learn
scanpy
numpy
scipy
tables
h5py
anndata
pandas
mygene
# wrangling
rpy2
python_requires = >=3.10
include_package_data = True
zip_safe = False
# [options.extras_require]
# test =
# pytest
# pytest-cov
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
accession = dhartutils.accession:main
wrangling = dhartutils.wrangling:main