-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
34 lines (32 loc) · 892 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
[metadata]
name = origamipy
version = attr: origamipy.__version__
author = Alexander Cumberworth
author_email = [email protected]
description = Python package for analysis, visualization, and support for the LatticeDNAOrigami simulation program.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/cumberworth/origamipy
project_urls =
Paper = https://doi.org/10.48550/arXiv.2204.02499
Data for paper = https://doi.org/10.5281/zenodo.6414264
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
[options]
packages = find:
scripts *= scripts/*py
python_requires = >=3.6
install_requires =
matplotlib
matplotlibstyles==0.2.0
numpy
pandas
pymbar
scipy
[tool:pytest]
minversion = 6.0
addopts = -ra -q
testpaths =
tests