-
Notifications
You must be signed in to change notification settings - Fork 42
Move pyproject.toml to root level dir #980
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
Changes from 6 commits
da6466d
2849dd0
e8cdc47
9ee2f28
ef61937
01ab1b4
96eef7d
21433f0
e07a701
aaf288a
4c8d970
51d06f4
94c4ba2
271cf19
3ac96e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
ahouseholder marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,13 +62,13 @@ ssvc_doctools="ssvc.doctools:main" | |
|
|
||
| [tool.setuptools.packages.find] | ||
| where = ["."] # list of folders that contain the packages (["."] by default) | ||
| include = ["ssvc*"] # package names should match these glob patterns (["*"] by default) | ||
| include = ["src*"] # package names should match these glob patterns (["*"] by default) | ||
|
||
| exclude = ["test*"] # exclude packages matching these glob patterns (empty by default) | ||
| #namespaces = false # to disable scanning PEP 420 namespaces (true by default) | ||
|
|
||
| [tool.setuptools_scm] | ||
| version_file = "ssvc/_version.py" | ||
| root = ".." | ||
| version_file = "./src/ssvc/_version.py" | ||
| root = "." | ||
| local_scheme = "no-local-version" | ||
| version_scheme = "no-guess-dev" | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.