Skip to content

Commit 04105cb

Browse files
committed
Update the capitalization of README
1 parent 3afbc46 commit 04105cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include LICENSE.txt
2-
include ReadMe.md
2+
include README.md
33

44
include setupbase.py
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def runPackLabextension():
5353
cmdclass["pack_labext"] = pack_labext
5454
cmdclass.pop("develop")
5555

56-
with open("ReadMe.md", "r") as fh:
56+
with open("README.md", "r") as fh:
5757
long_description = fh.read()
5858

5959
required_packages = ["boto3>=1.10.44"]

0 commit comments

Comments
 (0)