forked from bittremieuxlab/spectrum_utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (45 loc) · 1.13 KB
/
setup.cfg
File metadata and controls
47 lines (45 loc) · 1.13 KB
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
[metadata]
name = spectrum_utils
author = Wout Bittremieux
author_email = wbittremieux@health.ucsd.edu
description = Mass spectrometry utility functions
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/bittremieux/spectrum_utils
project_urls =
Documentation = https://spectrum-utils.readthedocs.io/
Bug Tracker = https://github.com/bittremieux/spectrum_utils/issues
license = Apache 2.0
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: Unix
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
packages = find:
python_requires = >=3.8
install_requires =
appdirs
fastobo
lark>=1.0
matplotlib
numba>=0.47
numpy
pyteomics>=4.5
[options.extras_require]
dev =
black
pytest
pytest-cov
docs =
numpydoc>=1.1.0
sphinx>=3.5.3
sphinx-rtd-theme>=0.5.1
recommonmark>=0.7.1
sphinx_markdown_tables
iplot =
altair
pandas