Skip to content

Commit 9b9b97b

Browse files
authored
Merge pull request #31 from tpike3/main
add readme to setup
2 parents 46a18b9 + 83ab5ee commit 9b9b97b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
## 0.1 (2023-09-23)
5+
## 0.1.0 (2023-09-23)
66

77
---
88

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
version = "0.1.0"
1414

15-
readme = "TODO"
15+
with open("README.md", "r", encoding="utf-8") as fh:
16+
long_description = fh.read()
1617

1718
# Ensure JS dependencies are downloaded
1819
external_dir = "mesa_viz_tornado/templates/external"

0 commit comments

Comments
 (0)