Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misnamed Readme.rst file fails Setuptools build #66

Closed
Apteryks opened this issue Dec 3, 2021 · 1 comment
Closed

Misnamed Readme.rst file fails Setuptools build #66

Apteryks opened this issue Dec 3, 2021 · 1 comment

Comments

@Apteryks
Copy link

Apteryks commented Dec 3, 2021

It fails like so, due to the different capitalization used:

running "python setup.py" with command "build" and parameters ()
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 8, in <module>
    with open("README.rst", "r", encoding="utf-8") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'
Snooz82 added a commit that referenced this issue Feb 11, 2022
Signed-off-by: Rene <snooz@posteo.de>
@Snooz82
Copy link
Owner

Snooz82 commented Feb 11, 2022

Fixed in 1.6.0

@Snooz82 Snooz82 closed this as completed Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants