- Notifications
You must be signed in to change notification settings - Fork126
Commit70f0f15
Fix python packaging problem
Looking athttps://setuptools.pypa.io/en/latest/userguide/declarative_config.html?highlight=setup.cfg, we did not have the setup.cfg quite right so dependencies were not being installed properly.Verified that `pip install dist/databricks_sql_connector-2.0.0b0-py3-none-any.whl` also installed dependencies1 parentca562ab commit70f0f15
File tree
3 files changed
+10
-5
lines changed- cmdexec/clients/python
- src/databricks/sql
3 files changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments
Comments
(0)