|
2 | 2 | name = "drfp" |
3 | 3 | dynamic = ["version"] |
4 | 4 | description = "An NLP-inspired chemical reaction fingerprint based on basic set arithmetic." |
5 | | -authors = [ |
6 | | - {name = "Daniel Probst", email = "daniel.probst@hey.com"} |
7 | | -] |
8 | | -license = {text = "MIT"} |
| 5 | +authors = [{ name = "Daniel Probst", email = "daniel.probst@hey.com" }] |
| 6 | +license = { text = "MIT" } |
9 | 7 | readme = "README.md" |
10 | 8 | requires-python = ">=3.10" |
11 | 9 | classifiers = [ |
12 | | - "Development Status :: 5 - Production/Stable", |
13 | | - "Topic :: Scientific/Engineering :: Chemistry", |
14 | | - "Programming Language :: Python", |
15 | | - "Programming Language :: Python :: 3", |
16 | | - "Programming Language :: Python :: 3 :: Only", |
17 | | - "Environment :: Console", |
18 | | - "Intended Audience :: Science/Research", |
19 | | - "License :: OSI Approved :: MIT License", |
20 | | - "Operating System :: POSIX :: Linux", |
21 | | - "Operating System :: Unix", |
22 | | - "Operating System :: MacOS", |
23 | | - "Operating System :: Microsoft :: Windows" |
| 10 | + "Development Status :: 5 - Production/Stable", |
| 11 | + "Topic :: Scientific/Engineering :: Chemistry", |
| 12 | + "Programming Language :: Python", |
| 13 | + "Programming Language :: Python :: 3", |
| 14 | + "Programming Language :: Python :: 3 :: Only", |
| 15 | + "Environment :: Console", |
| 16 | + "Intended Audience :: Science/Research", |
| 17 | + "License :: OSI Approved :: MIT License", |
| 18 | + "Operating System :: POSIX :: Linux", |
| 19 | + "Operating System :: Unix", |
| 20 | + "Operating System :: MacOS", |
| 21 | + "Operating System :: Microsoft :: Windows", |
24 | 22 | ] |
25 | 23 | dependencies = [ |
26 | | - "tqdm", |
27 | | - "click", |
28 | | - "xgboost", |
29 | | - "openpyxl", |
30 | | - "numpy>=2.2.2", |
31 | | - "rdkit>=2024.9.4", |
32 | | - "pre-commit>=4.1.0", |
| 24 | + "tqdm", |
| 25 | + "click", |
| 26 | + "xgboost", |
| 27 | + "openpyxl", |
| 28 | + "numpy>=2.2.2", |
| 29 | + "rdkit>=2024.9.4", |
| 30 | + "pre-commit>=4.1.0", |
33 | 31 | ] |
34 | 32 |
|
35 | 33 | [dependency-groups] |
36 | 34 | dev = [ |
37 | | - "black>=25.1.0", |
38 | | - "pytest>=8.3.4", |
39 | | - "pytest-cov>=6.0.0", |
40 | | - "tox>=4.24.1", |
41 | | - "ruff>=0.9.4", |
| 35 | + "black>=25.1.0", |
| 36 | + "pytest>=8.3.4", |
| 37 | + "pytest-cov>=6.0.0", |
| 38 | + "tox>=4.24.1", |
| 39 | + "ruff>=0.9.4", |
42 | 40 | ] |
43 | 41 |
|
44 | 42 |
|
|
0 commit comments