Commit 1548574
committed
Align server/pyproject.toml to sdk package definition
Previously, the `server` `pyproject.toml` was located in `server/app`,
which is different to how it is done in the `sdk`.
This aligns the `server` `pyproject.toml` by moving it up one directory
level, fixing the `version.py` path, and adding a top-level
`__init__.py` for the `app` package.
Fixes #4661 parent 10ff4e4 commit 1548574
2 files changed
Lines changed: 3 additions & 3 deletions
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments