-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
30 lines (28 loc) · 809 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
[metadata]
name = pyMARIO
version = 0.0.2
author = Shuxiao Chen, Bokai Zhu
author_email = [email protected], [email protected]
description = A package for matching and integrating multi-modal single cell data with shared and distinct features
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/shuxiaoc/mario-py
project_urls =
Bug Tracker = https://github.com/shuxiaoc/mario-py/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires:
numpy ==1.20.1
pandas ==1.2.1
scipy ==1.6.2
scikit-learn ==0.23.2
matplotlib >=3.3.4
seaborn >=0.11.1
[options.packages.find]
where = src