You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
## What is the current behavior?
See the referenced issue for details.
closes: #1440
## What is the new behavior?
After reading python-poetry/poetry#2015, it
seems the best solution is to include the "include" directory directly
in the project.
## Does this introduce a breaking change?
No.
### Checklist
- [x] Created tests which fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary
# Description
## What is the current behavior?
See the referenced issue for details.
closes: #1440
## What is the new behavior?
After reading python-poetry/poetry#2015, it
seems the best solution is to include the "include" directory directly
in the project.
## Does this introduce a breaking change?
No.
### Checklist
- [x] Created tests which fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary
Describe the bug
When installing the SQL CLI python library, it's incorrectly adding the
include
directory in the root of thesite-packages
.Version
To Reproduce
Expected behaviour
The include directory It should be inside the
sql_cli
package:The text was updated successfully, but these errors were encountered: