Skip to content

Commit

Permalink
PyPi changes: gh img link; add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-ashkinaze committed Sep 27, 2024
1 parent 47611cc commit 84bc75c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Ashkinaze, J., Fry, E., Edara, N., Gilbert, E., & Budak, C. (2024). Plurals: A S


# Overview 🌌
<img src="assets/figure1.png" alt="System Diagram" width="100%">
<img src="https://raw.githubusercontent.com/josh-ashkinaze/plurals/main/assets/figure1.png" alt="System Diagram" width="100%">

Plurals is an end-to-end generator of simulated social ensembles. (1) **Agents** complete tasks within (2) **Structures**, with communication optionally summarized by (3) **Moderators**. Plurals integrates with government datasets (1a) and templates, some inspired by democratic deliberation theory (1b).

Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def read_requirements():

setup(
name="plurals",
version="0.2.28",
version="0.2.28.1",
description="A package for simulated social ensembles.",
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
Expand All @@ -21,6 +21,10 @@ def read_requirements():
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
project_urls={
"Homepage": "https://github.com/josh-ashkinaze/plurals",
"Documentation": "https://josh-ashkinaze.github.io/plurals",
},
python_requires='>=3.6',
)

Expand Down

0 comments on commit 84bc75c

Please sign in to comment.