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

Revert #853 implicit wildcards in MANIFEST.in #890

Merged
merged 2 commits into from
Dec 15, 2016
Merged

Conversation

mx-moth
Copy link
Contributor

@mx-moth mx-moth commented Dec 14, 2016

Reverts #853, which restored old behaviour of implicit wildcard matching in MANIFEST.in patterns. This PR will require package authors to include explicit wildcards in their MANIFEST.in patterns: global-exclude .foo will need to be changed to global-exclude *.foo, and recursive-include docs .rst will need to be changed to recursive-include docs *.rst.

See #853, #849, #764, #886.

@mx-moth mx-moth changed the title Revert #849 implicit wildcards in MANIFEST.in Revert #853 implicit wildcards in MANIFEST.in Dec 14, 2016
@jaraco jaraco merged commit eabe1b5 into pypa:master Dec 15, 2016
jaraco added a commit that referenced this pull request Dec 15, 2016
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