-
-
Notifications
You must be signed in to change notification settings - Fork 199
/
Copy pathsetup.cfg
52 lines (49 loc) · 1.4 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
[metadata]
name = econ-ark
version = 0.10.7
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 :: 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
python_requires = >=3.6
[options.extras_require]
dev =
Sphinx<=1.6.7
nbsphinx
recommonmark
pre-commit
[bdist_wheel]
universal=1