forked from SSAGESLabs/PySAGES
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (23 loc) · 668 Bytes
/
setup.cfg
File metadata and controls
25 lines (23 loc) · 668 Bytes
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
[metadata]
name = pysages
author = Pablo Zubieta
authro_email = pzubieta@uchicago.edu
destription = PySAGES (Python Suite for Advanced General Ensemble Simulations) is an Python implementation of [SSAGES](https://ssagesproject.github.io) with support for GPUs.
long_description = file: README.md
long_description_content_type = text/x-rst
license_files = LICENSE.md licenses/GPL-3.0.md
license = MIT/GPL-3.0
[options]
packages = find:
python_requires = >=3.6
install_requires =
cython
dill
jax >=0.3.5
plum-dispatch >=1.5.4, !=2.0.0, !=2.0.1
numba
[build_sphinx]
all-files = 1
source-dir = docs/source
build-dir = docs/build
warning-is-error = 1