-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sdk/pyproject.toml and .gitignore to new repository structure
After moving the SDK from the root of the repository (`.`) to `./sdk`, we adapt the `sdk/pyproject.toml` with the necessary changes. Namely, `setuptools-scm` needs to know where the repository root is. While we're at it, we change the `write_to` option which is deprecated to the new `version_file` option. We also adapt the `.gitignore` by ignoring the prior ignored files now in all directories, not just the repository root.
- Loading branch information
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters