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

Fix missing files in sdist #1042

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

davidlatwe
Copy link
Contributor

Problem

Rez is now up-to-date on PyPi since 2.75.0, but some package data files are missing in source distribution, e.g. rezconfig files in rezplugins.

Fix

Update MANIFEST.in as package_data in setup.py.

Note

  • MANIFEST.in is for source distribution, and
  • package_data in setup.py is for binary distribution.

So we have to maintain both in future releases.

@nerdvegas nerdvegas merged commit 75a4841 into AcademySoftwareFoundation:master Mar 15, 2021
@davidlatwe davidlatwe deleted the manifest branch March 16, 2021 13:48
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

Successfully merging this pull request may close these issues.

2 participants