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 setup.py warning #330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix setup.py warning #330

wants to merge 1 commit into from

Conversation

janko-j1
Copy link

No description provided.

@porteri
Copy link

porteri commented Mar 24, 2025

Closes #391

@@ -1,5 +1,5 @@
[metadata]
description-file = README.rst
description_file = README.rst

Choose a reason for hiding this comment

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

This isn't actually valid/used, it turns out. It should actually be:

Suggested change
description_file = README.rst
long_description = file: README.rst

(Reference https://setuptools.pypa.io/en/latest/userguide/declarative_config.html)

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.

3 participants