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

Cannot create RPM #20

Closed
agronholm opened this issue May 23, 2012 · 2 comments
Closed

Cannot create RPM #20

agronholm opened this issue May 23, 2012 · 2 comments

Comments

@agronholm
Copy link
Owner

Originally reported by: Marco Mornati (Bitbucket: mmornati, GitHub: mmornati)


There is an error in setup.py that cause a bdist_rpm error.

Traceback (most recent call last):
File "setup.py", line 19, in
long_description=open('README.rst').read(),
IOError: [Errno 2] No such file or directory: 'README.rst'

I suppose the working path and project path are different!


@agronholm
Copy link
Owner Author

Original comment by Alex Grönholm (Bitbucket: agronholm, GitHub: agronholm):


I'd like to get this one out of the way. Why are you executing setup.py from outside the project directory? How am I supposed to know where to open README.rst from?

@agronholm
Copy link
Owner Author

Original comment by Alex Grönholm (Bitbucket: agronholm, GitHub: agronholm):


Allow running setup.py from other directories too (fixes #20)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant