Skip to content

Fix setup.py failing because of incorrect README name - #20

Open
adombeck wants to merge 1 commit into
imbus:masterfrom
adombeck:fix-setup
Open

Fix setup.py failing because of incorrect README name#20
adombeck wants to merge 1 commit into
imbus:masterfrom
adombeck:fix-setup

Conversation

@adombeck

Copy link
Copy Markdown

The README file was renamed from README.rst to readme.md in 368dedf but its usages were not all replaced, leading to

FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'

when trying to pip install the module.

The README file was renamed from "README.rst" to "readme.md" in
368dedf but its usages were not all
replaced, leading to
FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'
when trying to `pip install` the module.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@adombeck