Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 2417ac8

Browse files
committed
Change readme.md to README.md
1 parent 3171f43 commit 2417ac8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def build_extensions(self):
8181
install_requires=['dimod>=0.6.10,<0.8.0'],
8282
ext_modules=extensions,
8383
cmdclass={'build_ext': build_ext_compiler_check},
84-
long_description=open('readme.md').read(),
84+
long_description=open('README.md').read(),
8585
classifiers=classifiers,
8686
python_requires=python_requires
8787
)

0 commit comments

Comments
 (0)