Skip to content

Commit 0406aef

Browse files
committed
revert readme change and use alternate include
1 parent 04e28a5 commit 0406aef

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include Readme.md

README.md renamed to Readme.md

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ipywidgets==7.6.5",
4040
]
4141

42-
with open("README.md", "r") as fh:
42+
with open("Readme.md", "r") as fh:
4343
long_description = fh.read()
4444

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

0 commit comments

Comments
 (0)