We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26d36c commit 0645af2Copy full SHA for 0645af2
1 file changed
backend/pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
19
'Programming Language :: Python :: 3',
20
'Programming Language :: Python :: 3.12',
21
]
22
-keywords= [
+keywords = [
23
"Python",
24
"edx",
25
@@ -50,3 +50,5 @@ build_command = "pip install build && python -m build"
50
[tool.setuptools_scm]
51
# The root for the gith repo is one directory up.
52
root = ".."
53
+version_scheme = 'only-version'
54
+local_scheme = 'no-local-version'
0 commit comments