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 sdist/bdist is missing antd/antd.cfg (no MANIFEST.in) #23

Closed
carlroth opened this issue Apr 25, 2012 · 0 comments
Closed

setup.py sdist/bdist is missing antd/antd.cfg (no MANIFEST.in) #23

carlroth opened this issue Apr 25, 2012 · 0 comments

Comments

@carlroth
Copy link

This was also reported as

#19

where cfg.write_default_config() fails.

The default antd/antd.cfg file is in GIT but is not installed by setup.py in some cases (e.g. sdist, bdist_rpm) since it is not part of the file manifest. It is referenced as 'package_data' in setup.py but this not not sufficient.

I believe the fix involves adding 'include antd/*.cfg' to a new MANIFEST.in file at the top level of the GIT sources.

@braiden braiden closed this as completed Feb 22, 2013
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