We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46a18b9 + 83ab5ee commit 9b9b97bCopy full SHA for 9b9b97b
HISTORY.md
@@ -2,7 +2,7 @@
2
3
---
4
5
-## 0.1 (2023-09-23)
+## 0.1.0 (2023-09-23)
6
7
8
setup.py
@@ -12,7 +12,8 @@
12
13
version = "0.1.0"
14
15
-readme = "TODO"
+with open("README.md", "r", encoding="utf-8") as fh:
16
+ long_description = fh.read()
17
18
# Ensure JS dependencies are downloaded
19
external_dir = "mesa_viz_tornado/templates/external"
0 commit comments