-
Notifications
You must be signed in to change notification settings - Fork 246
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
build: switch to pyproject.toml #1891
base: master
Are you sure you want to change the base?
Conversation
838620c
to
9df98f1
Compare
The version is now specified 2x, in |
Signed-off-by: nstarman <[email protected]>
Signed-off-by: nstarman <[email protected]>
Signed-off-by: nstarman <[email protected]>
Needed to incorporate changes from the recent Jax NS fixes PR. |
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.
Maybe it's good to use setup.py for version handling?
readme = "README.md" | ||
requires-python = ">=3.9" | ||
authors = [ | ||
{ name = "Uber AI Labs", email = "[email protected]" }, |
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.
you can use my email fehiepsi at gmail com for this.
"Operating System :: MacOS :: MacOS X", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", |
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.
could you also add 3.12
There are many pyproject.toml based solutions, it's just about choosing one. Do you want to manually bump the version or automatically using version control? Or use tooling like commitizen or GH actions? |
I would prefer having a minimal setup.py file for it and manually bump the version. Not sure if versioning is the reason jax team still keeps it. |
Requires #1892