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

Don't install README.rst into purelib toplevel #13

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

bnavigator
Copy link
Contributor

CHANGELOG.md does not even exist.

@jgosmann jgosmann merged commit 9bfa9d7 into jgosmann:main Feb 21, 2023
@@ -25,7 +25,7 @@ classifiers = [
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development',
]
include = ["README.rst", "CHANGELOG.md", "pylint_venv.py"]
include = ["pylint_venv.py"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now CHANGELOG.md is not included in sdist (README is included by Poetry implicitly). If you wanted to preserve the earlier behavior, you could have done:

include = [
    ...
    { path = "CHANGELOG.md", format = "sdist" },
]

jgosmann added a commit that referenced this pull request Feb 23, 2023
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.

None yet

3 participants