-
-
Notifications
You must be signed in to change notification settings - Fork 199
/
setup.cfg
62 lines (58 loc) · 1.59 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
58
59
60
61
62
[metadata]
name = econ-ark
version = attr: HARK.__version__
url = https://github.com/econ-ark/HARK
project_urls =
Bug Reports = https://github.com/econ-ark/HARK/issues
Documentation = https://econ-ark.github.io/HARK
author = Econ-ARK team
author_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Other/Nonlisted Topic
Natural Language :: English
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
License :: OSI Approved
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
license = Apache Software License
description = Heterogenous Agents Resources & toolKit
long_description = file: README.md
long_description_content_type = text/markdown
keywords = economics modelling modeling heterogeneity
[options]
packages = find:
include_package_data = True
install_requires =
numpy
matplotlib
scipy
dill
joblib
funcsigs
seaborn
jupyter
python_requires = >=2.7
[options.extras_require]
dev =
future
Sphinx<=1.6.7
nbsphinx
recommonmark
[options.packages.find]
exclude =
Testing
Documentation
[bdist_wheel]
universal=1