-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
52 lines (47 loc) · 1.37 KB
/
setup.cfg
File metadata and controls
52 lines (47 loc) · 1.37 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
[flake8]
ignore = E501,W503
[metadata]
name = repast4py
version = attr: repast4py.__version__
license = BSD 3-Clause License
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Distributed Computing
long_description = file: README.md
long_description_content_type = text/markdown
author = Nick Collier
author_email = ncollier@anl.gov
maintainer = Nick Collier
maintainer_email = ncollier@anl.gov
url = https://repast.github.io/repast4py.site/index.html
project_urls =
Git Repostitory = https://github.com/Repast/repast4py
Issue Tracker = https://github.com/Repast/repast4py/issues
Documentation = https://repast.github.io/repast4py.site/guide/user_guide.html
[options]
package_dir=
=src
packages=find:
install_requires =
numpy
numba
mpi4py
torch
networkx >=2.6.2
pyyaml
Cython
typing_extensions;python_version < "3.8.0"
dill
python_requires = >= 3.9, < 3.14
[options.packages.find]
where=src