-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsetup.cfg
More file actions
64 lines (60 loc) · 1.84 KB
/
setup.cfg
File metadata and controls
64 lines (60 loc) · 1.84 KB
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
63
64
[metadata]
name = egttools
version = <see setup.py>
description = Efficient Python library for EGT
long_description = file: README.md
long_description_content_type = text/markdown
description_file = README.md
url = https://github.com/Socrats/EGTTools
author = Elias F. Domingos
author_email = [email protected]
project_urls =
Bug Tracker = https://github.com/Socrats/EGTTools/issues
Documentation = https://egttools.readthedocs.io/en/latest/
Source Code = https://github.com/Socrats/EGTTools
keywords = evolutionary game theory, social dynamics, evolutionary dynamics
license = GPLv3
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Operating System :: Unix
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Evolutionary Game Theory
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >=3.10
install_requires =
numpy>=1.26.3
scipy>=1.12.0
matplotlib>=3.8.2
seaborn>=0.13.2
networkx>=3.2.1
zip_safe = False
[aliases]
test = pytest
[tool:pytest]
# disable-pytest-warnings should be removed once we rewrite tests
# using yield with parametrize
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
addopts =
--ignore build_tools
--ignore docs
--ignore pybind11
--disable-pytest-warnings
-rxXs
[check-manifest]
ignore = .appveyor.yml
.readthedocs.yml
.travis.yml
binder
binder/*