-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
56 lines (49 loc) · 1.36 KB
/
setup.cfg
File metadata and controls
56 lines (49 loc) · 1.36 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
48
49
50
51
52
53
54
55
56
[aiidalab]
title = ChemShell
categories =
quantum
classical
[metadata]
name = aiidalab-chemshell
version = 0.1.1
author = Dr. Benjamin T. Speake
author_email = benjamin.speake@stfc.ac.uk
description = ChemShell plugin for the AiiDAlab web-based UI framework enabling complex multi-scale chemical modelling workflows using mixed QM/MM approaches.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/stfc/aiidalab-chemshell
project_urls =
Logo = https://raw.githubusercontent.com/stfc/aiidalab-chemshell/refs/heads/main/images/alc.svg
Source = https://github.com/stfc/aiidalab-chemshell
Bug Tracker = https://github.com/stfc/aiidalab-chemshell/issues
Documentation = https://stfc.github.io/aiidalab-chemshell
classifiers =
Framework :: AiiDA
Operating System :: OS Independent
Programming Language :: Python :: 3
Development Status :: 4 - Beta
license_file = LICENSE
[options]
package_dir =
= src
packages = find:
install_requires =
aiida-core>=2.6
aiidalab-widgets-base
aiida-chemshell>=0.1.10
rdkit
weas-widget
python_requires = >=3.10
[options.packages.find]
where = src
[options.extras_require]
dev =
pytest>=8.0
pytest-cov>=6.0
ruff>=0.11.0
pre-commit
docs =
sphinx>=8.0.2
piccolo-theme>=0.14.0
sphinx-toolbox
numpydoc