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

Migrate to pyproject.toml #158

Closed
wants to merge 4 commits into from
Closed

Migrate to pyproject.toml #158

wants to merge 4 commits into from

Conversation

m-rph
Copy link
Contributor

@m-rph m-rph commented Jun 27, 2024

Description of changes: uses pyproject.toml for metadata over setup.py

Fixes #148

_Target (OCI, Managed Runtime, both): both

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

]
dependencies = []
readme = "README.md"
requires-python = ">= 3.8"
Copy link

Choose a reason for hiding this comment

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

should we stick with 3.6?

python_requires=">=3.6",

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's technically not supported anymore. I am not sure. We can do either.

@m-rph m-rph marked this pull request as draft June 27, 2024 09:53
@m-rph m-rph force-pushed the metadata-migration branch 4 times, most recently from 218c3cb to 338a3d0 Compare June 27, 2024 11:00
@m-rph m-rph closed this by deleting the head repository Aug 6, 2024
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.

Migrate setup.py to pyproject.toml
2 participants