forked from luca-fiorito-11/sandy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (37 loc) · 790 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
36
37
38
39
40
41
[metadata]
name = sandy
version = attr: sandy.__version__
author = Luca Fiorito
author_email = lucafiorito.11@gmail.com
url = https://github.com/luca-fiorito-11/sandy
description = SANDY: sampling of nuclear data and uncertainty
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
numpy>=1.9
scipy
pandas
tables
pyyaml
[options.extras_require]
test =
pytest
numpydoc
notebook =
jupyter>=1.0.0
matplotlib
seaborn
doc = sphinx
[options.packages.find]
exclude =
notebooks*
[options.package_data]
* = README.md