-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Migrate from setup.cfg to pyproject.toml completely #8116
Conversation
0aa1a27
to
addc261
Compare
minimum setuptools version this requires is py37 only, so alas, this is on hold |
with pyca/infra#449 this will be green (though not mergable until 41) |
7cbe3ad
to
a9b39eb
Compare
a4eee73
to
b163d9f
Compare
|
||
[tool.setuptools.dynamic] | ||
version = {attr = "cryptography.__version__"} | ||
readme = {file = "README.rst", content-type = "text/x-rst"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iirc, readme
isn't required to be dynamic if an extension (.rst
in this case) is provided. See https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#readme for reference
This comment was marked as spam.
This comment was marked as spam.
One less file?
One less file?