-
Notifications
You must be signed in to change notification settings - Fork 17
/
setup.cfg
89 lines (77 loc) · 2.33 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[metadata]
version= attr: macsypy.__version__
name = MacSyFinder
author = Sophie Abby, Bertrand Neron
author_email = sophie.abby@univ-grenoble-alpes.fr, bneron@pasteur.fr
description = MacSyFinder: Detection of macromolecular systems in protein datasets using systems modelling and similarity search
long_description = file: README.md
long_description_content_type = text/markdown
home_page = https://github.com/gem-pasteur/macsyfinder/
project_urls =
Bug Tracker = https://github.com/gem-pasteur/macsyfinder/issues
Documentation = https://macsyfinder.readthedocs.io/en/latest/
license = GPLv3
license_files = COPYING
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX
Environment :: Console
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
python_requires = >=3.10
install_requires =
colorlog >= 4.0.2
PyYAML >= 5.1.1
packaging >= 18.0
networkx >= 2.4
pandas >= 1.03
colorama >= 0.4.4
certifi
packages = find:
[options.packages.find]
exclude =
build
tests
[options.extras_require]
dev =
sphinx
sphinx_rtd_theme
sphinx-autodoc-typehints
sphinxcontrib-svg2pdfconverter
coverage
build
ruff
GitPython
pre-commit
model =
GitPython
[options.entry_points]
console_scripts =
macsyfinder=macsypy.scripts.macsyfinder:main
macsydata=macsypy.scripts.macsydata:main
macsyprofile=macsypy.scripts.macsyprofile:main
macsyconfig=macsypy.scripts.macsyconfig:main
macsysplit=macsypy.scripts.macsy_gembase_split:main
macsymerge=macsypy.scripts.macsy_merge_results:main
[sdist]
formats = gztar
[coverage:run]
source = macsypy
omit =
tests/*
setup.py
branch = True
# to exclude some lines and/or functions from coverage, add a comment
# '# pragma: no cover' in the line to exclude from coverage report
# (or first line of a function, loop etc. to exclude all function/loop)
[coverage:html]
directory = coverage_html
# run tests: coverage run --source=macsypy tests/run_tests.py -vv
# coverage html