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 generates incomplete package for bdist_rpm target #7

Closed
michel4j opened this issue Dec 27, 2009 · 2 comments
Closed

setup.py generates incomplete package for bdist_rpm target #7

michel4j opened this issue Dec 27, 2009 · 2 comments

Comments

@michel4j
Copy link

Non-python files such as tempates/browse.html are only included in the generated rpm with the following changes:

setup.py:
added package_data = {'jsonrpc': ['templates/*']}

added MANIFEST.in file with the following
include README.mdown
include COPYING
recursive-include jsonrpc/templates *

@samuraisam
Copy link
Owner

Added in the latest commit. Please tell me if this fixes the issue on your machine as I cannot build RPMs

@michel4j
Copy link
Author

It works!

This issue was closed.
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