-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[WHEEL] Toml build #27227
base: master
Are you sure you want to change the base?
[WHEEL] Toml build #27227
Conversation
@@ -1,3 +1,45 @@ | |||
[tool.black] |
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 please also keep these deleted lines
[tool.black] | ||
line-length = 160 | ||
include = '\.pyi?$' | ||
[project] |
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.
Shouldn't pyproject.toml placed to the root of the repo to cover also tools/benchmark_app?
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.
That is discussible, I thought about that too, but at this case we would need to put in the root setup.py too until we drop it at all
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.
agree about moving to the root.
update toml removed debug prints fixed setup.py pathes Revert "move metadata to toml" This reverts commit a124dcfa1e5722885f758a4ba9bfa02fc42a738d.
Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com>
Details:
Tickets: