-
Notifications
You must be signed in to change notification settings - Fork 21
/
setup.cfg
48 lines (46 loc) · 1.16 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
[metadata]
name = spectrum_utils
author = Wout Bittremieux
author_email = [email protected]
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:
include_package_data = True
python_requires = >=3.10
install_requires =
fastobo
lark>=1.0
matplotlib>=3.5
numba>=0.57
numpy
platformdirs
pyteomics>=4.5
[options.extras_require]
dev =
pytest
pytest-cov
ruff
docs =
myst-parser
numpydoc>=1.1.0
sphinx>=3.5.3
sphinx-rtd-theme>=0.5.1
sphinx_markdown_tables
iplot =
altair
pandas