Skip to content

Adding MANIFEST.in to include static files like version.txt#265

Closed
victorgp wants to merge 1 commit intoSupervisor:masterfrom
victorgp:master
Closed

Adding MANIFEST.in to include static files like version.txt#265
victorgp wants to merge 1 commit intoSupervisor:masterfrom
victorgp:master

Conversation

@victorgp
Copy link
Copy Markdown

setup.py uses find_packages to look for the files to include when generating the .egg file, and version.txt seems to not be included.

You can see that looking into the supervisor.egg-info/SOURCES.txt metadata, the version.txt file is missing.

In supervisor/options.py file line 56 that file is read, and when the code pass through that lines, supervisord fails.

Adding that file makes setup.py includes version.txt into the .egg file.

@mnaberez
Copy link
Copy Markdown
Member

Duplicate of #221

@mnaberez mnaberez closed this Jul 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants