-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
35 lines (33 loc) · 868 Bytes
/
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
[metadata]
name = qforce
version = 0.6.14
description = Q-Force: Quantum mechanically augmented molecular force fields
long_description = file: README.md
long_description_content_type = text/markdown
licence = Apache 2.0
author = Selim Sami
author_email = [email protected]
url = https://github.com/selimsami/qforce
keywords = qm forcefield md
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Chemistry
[options]
setup-requires =
setuptools
install-requires =
scipy
numpy
ase
matplotlib
seaborn
networkx
pulp<2.2
numba>=0.50
pycolt>=0.5.3