forked from bioinf-mcb/Metagenomic-DeepFRI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (35 loc) · 1.25 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
[metadata]
name = mDeepFRI
version = attr: mDeepFRI.__version__
author = Valentyn Bezshapkin
author_email = [email protected]
url = https://github.com/bioinf-MCB/Metagenomic-DeepFRI
description = Pipeline for searching and aligning contact maps for proteins, and function prediction with DeepFRI.
description_file = README.md
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD-3-Clause
platform = any
keywords = bioinformatics, protein, function, deep-learning
license_files = LICENSE.md
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
project_urls =
Bug Tracker = https://github.com/bioinf-mcb/Metagenomic-DeepFRI/issues
Changelog = https://github.com/bioinf-mcb/Metagenomic-DeepFRI/CHANGELOG.md
Builds = https://github.com/bioinf-mcb/Metagenomic-DeepFRI/actions
PyPI = https://pypi.org/project/mdeepfri
[options]
zip_safe = false
packages = mDeepFRI
python_requires = >=3.11
setup_requires =
setuptools >=46.4
cython ~=3.0
[options.entry_points]
console_scripts =
mDeepFRI = mDeepFRI.cli:main