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

setup.py fail #41

Closed
bneron opened this issue Mar 21, 2016 · 1 comment
Closed

setup.py fail #41

bneron opened this issue Mar 21, 2016 · 1 comment

Comments

@bneron
Copy link
Contributor

bneron commented Mar 21, 2016

the setup.py look for a file ReleaseNotes.rst which obviously does not exists

$python setup.py install
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    with open('ReleaseNotes.rst') as f:
IOError: [Errno 2] No such file or directory: 'ReleaseNotes.rst'
@Grokzen
Copy link
Owner

Grokzen commented Mar 22, 2016

Merged PR. Thanks :)

@Grokzen Grokzen closed this as completed Mar 22, 2016
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