-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (28 loc) · 1.07 KB
/
pyproject.toml
File metadata and controls
33 lines (28 loc) · 1.07 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
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "formula_validation"
version = "1.0.4"
description = "Package to represent formulas with adducts and process ms data from it. "
authors = ["Alberto Gil de la Fuente <alberto.gilf@gmail.com>"]
maintainers = ["Alberto Gil de la Fuente <alberto.gilf@gmail.com>"]
license = "GPL-3.0-only"
readme = "README.md"
homepage = "https://github.com/Wang-Bioinformatics-Lab/formula_validation"
repository = "https://github.com/Wang-Bioinformatics-Lab/formula_validation"
requires-python = ">=3.10"
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.10',
]
keywords = ["ms", "chemistry"]
[tool.poetry.dependencies]
python = ">3.8"
urllib3 = "^1.0"
rdkit = ">2023.9.5"
[tool.poetry.urls]
Documentation = "https://github.com/Wang-Bioinformatics-Lab/formula_validation/blob/main/README.md"