-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathsetup.cfg
69 lines (65 loc) · 1.81 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
63
64
65
66
67
68
69
[metadata]
name = Mesa-Geo
url= https://github.com/projectmesa/mesa-geo
project_urls =
Docs: RTD = https://mesa-geo.readthedocs.io/en/main
CI: GitHub = https://github.com/projectmesa/mesa-geo/actions
GitHub: issues = https://github.com/projectmesa/mesa-geo/issues
GitHub: repo = https://github.com/projectmesa/mesa-geo
description = GIS extension for the Mesa agent-based modeling framework in Python
long_description = file: README.md
long_description_content_type = text/markdown
keywords = agent-based modeling, geographic information system, python, complex system
author = Project Mesa-Geo Team
zip_safe = False
license_files = LICENSE
license = Apache License Version 2.0
classifiers =
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Life
Topic :: Scientific/Engineering :: Artificial Intelligence
Intended Audience :: Science/Research
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Development Status :: 3 - Alpha
Natural Language :: English
[options]
python_requires = >=3.9
packages = find:
include_package_data = True
install_requires =
mesa~=2.1.0
geopandas
libpysal
rtree
rasterio
shapely
numpy
pyproj
folium
xyzservices>=2022.9.0
[options.package_data]
mesa_geo =
visualization/templates/*.html
visualization/templates/css/*
visualization/templates/css/external/*
visualization/templates/js/*
visualization/templates/js/external/*
visualization/templates/external/**/**/*
[options.extras_require]
dev =
black
coverage
pytest
pytest-cov
ruff==0.0.254
docs =
sphinx
sphinx_rtd_theme
pydata_sphinx_theme
myst-nb
[options.packages.find]
exclude =
examples*
tests*