diff --git a/README.md b/README.md index c1404a40c01..40d5e587e0e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mesa: Agent-based modeling in Python 3+ +# Mesa: Agent-based modeling in Python [![GitHub Actions build status](https://github.com/projectmesa/mesa/workflows/build/badge.svg)](https://github.com/projectmesa/mesa/actions) [![Coverage status](https://codecov.io/gh/projectmesa/mesa/branch/main/graph/badge.svg)](https://codecov.io/gh/projectmesa/mesa) @@ -10,7 +10,7 @@ Mesa allows users to quickly create agent-based models using built-in core components (such as spatial grids and agent schedulers) or customized implementations; visualize them using a browser-based interface; and analyze their results using Python's data analysis -tools. Its goal is to be the Python 3-based alternative to NetLogo, +tools. Its goal is to be the Python-based alternative to NetLogo, Repast, or MASON. ![A screenshot of the Schelling Model in Mesa](https://raw.githubusercontent.com/projectmesa/mesa/main/docs/images/Mesa_Screenshot.png) diff --git a/docs/index.rst b/docs/index.rst index 83382e1bdaa..17404bc153b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ -Mesa: Agent-based modeling in Python 3+ -========================================= +Mesa: Agent-based modeling in Python +==================================== .. image:: https://github.com/projectmesa/mesa/workflows/build/badge.svg :target: https://github.com/projectmesa/mesa/actions @@ -15,7 +15,7 @@ Mesa: Agent-based modeling in Python 3+ `Mesa`_ is an Apache2 licensed agent-based modeling (or ABM) framework in Python. -Mesa allows users to quickly create agent-based models using built-in core components (such as spatial grids and agent schedulers) or customized implementations; visualize them using a browser-based interface; and analyze their results using Python's data analysis tools. Its goal is to be the Python 3-based counterpart to NetLogo, Repast, or MASON. +Mesa allows users to quickly create agent-based models using built-in core components (such as spatial grids and agent schedulers) or customized implementations; visualize them using a browser-based interface; and analyze their results using Python's data analysis tools. Its goal is to be the Python-based counterpart to NetLogo, Repast, or MASON. .. image:: https://raw.githubusercontent.com/projectmesa/mesa/main/docs/images/Mesa_Screenshot.png diff --git a/pyproject.toml b/pyproject.toml index 25477e7a0d8..80d3831d6a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "Mesa" -description = "Agent-based modeling (ABM) in Python 3+" +description = "Agent-based modeling (ABM) in Python" license = { text = "Apache 2.0" } requires-python = ">=3.9" authors = [