-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[py] Getting rid of MANIFEST.in file by moving non-default file info to pyproject.toml
#14309
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
Conversation
MANIFEST.in file by moving non-default file info to pyproject/toml MANIFEST.in file by moving non-default file info to pyproject.toml
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #14309 +/- ##
==========================================
+ Coverage 59.09% 59.12% +0.03%
==========================================
Files 91 91
Lines 5830 5835 +5
Branches 260 260
==========================================
+ Hits 3445 3450 +5
Misses 2125 2125
Partials 260 260 ☔ View full report in Codecov by Sentry. |
|
@VietND96 can you please re-trigger the workflow for this PR.. I have updated the branch.. Thanks! |
0391e57 to
e4a0839
Compare
e4a0839 to
26f9aa2
Compare
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
MANIFEST.intopyproject.tomlfile.Motivation and Context
pyproject.tomlfile through table[tool.setuptools.packages.find], the package information insetup.pycan be eliminated and the same can be maintained inpyproject.toml.Types of changes
Checklist
PR Type
Enhancement, Configuration changes
Description
MANIFEST.infile and moved its contents topyproject.toml.setup.pyto eliminate package configuration, now handled bypyproject.toml.MANIFEST.in.Changes walkthrough 📝
setup.py
Remove package configuration from setup.pypy/setup.py
package_dirandpackagesdefinitions.include_package_datasetting.BUILD.bazel
Update Bazel build configurationpy/BUILD.bazel
MANIFEST.infile.MANIFEST.in
Remove MANIFEST.in filepy/MANIFEST.in
MANIFEST.infile entirely.pyproject.toml
Add package and data configuration to pyproject.tomlpy/pyproject.toml