-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
57 lines (51 loc) · 1.46 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
49
50
51
52
53
54
55
56
57
[bumpversion]
current_version = 0.2.1
commit = False
tag = False
[bumpversion:file:src/relentless/__init__.py]
[bumpversion:file:doc/source/conf.py]
[flake8]
max-line-length = 88
extend-ignore = E203
per-file-ignores =
__init__.py:F401
[metadata]
name = relentless
version = attr: relentless.__version__
author = Michael P. Howard
author_email = [email protected]
description = Computational materials design, with less code
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mphowardlab/relentless
project_urls =
Documentation = https://relentless.readthedocs.io
Source Code = https://github.com/mphowardlab/relentless
Issue Tracker = https://github.com/mphowardlab/relentless/issues
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
packages = find:
package_dir =
= src
include_package_data = True
python_requires = >=3.8
install_requires =
freud-analysis>=2
gsd<3.3.0; python_version < '3.9'
gsd; python_version >= '3.9'
lammpsio>=0.6.1
networkx>=2.5
numpy
packaging
scipy
[options.packages.find]
where = src