Skip to content

Commit

Permalink
revert readme change and use alternate include
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKChow committed Nov 1, 2024
1 parent 04e28a5 commit 0406aef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include Readme.md
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ipywidgets==7.6.5",
]

with open("README.md", "r") as fh:
with open("Readme.md", "r") as fh:
long_description = fh.read()

with open(os.path.join("aepsych", "version.py"), "r") as fh:
Expand Down

0 comments on commit 0406aef

Please sign in to comment.