-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[py] moved project metadata from setup.py
to pyproject.toml
#14311
base: trunk
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
13277a3
to
d60aa37
Compare
@AutomatedTester could you review this PR please. Thanks! |
After the changes that I have made in this PR, I ran the build locally.
@VietND96 @AutomatedTester can this be uploaded to test Pypi for further validation.. |
Sure, I will trigger the CI to validate it once and get back to you |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
setup.py
topyproject.toml
Motivation and Context
pyproject.toml
is one stop solution which eliminates whole bunch of configuration files.Types of changes
Checklist
PR Type
Enhancement
Description
setup.py
topyproject.toml
.setup.py
.pyproject.toml
.pyproject.toml
.pyproject.toml
.Changes walkthrough 📝
setup.py
Removed project metadata from `setup.py`.
py/setup.py
URLs, classifiers, packages, and dependencies.
configuration.
pyproject.toml
Added project metadata to `pyproject.toml`.
py/pyproject.toml
readme, Python requirements, classifiers, and dependencies.
documentation, and source code.