We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://peps.python.org/pep-0621/ https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#declaring-project-metadata
Some considerations need to be taken for current setup.py dynamic attributes from __about__.py:
__about__.py
readme_renderer/setup.py
Lines 21 to 23 in c6f1eab
Lines 30 to 37 in c6f1eab
Some inspiration could be drawn from here: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata
Other values might be better served as static metadata.
The text was updated successfully, but these errors were encountered:
Resolved by #293.
Sorry, something went wrong.
No branches or pull requests
https://peps.python.org/pep-0621/
https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#declaring-project-metadata
Some considerations need to be taken for current setup.py dynamic attributes from
__about__.py
:readme_renderer/setup.py
Lines 21 to 23 in c6f1eab
readme_renderer/setup.py
Lines 30 to 37 in c6f1eab
Some inspiration could be drawn from here: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata
Other values might be better served as static metadata.
The text was updated successfully, but these errors were encountered: