Skip to content

Commit 0645af2

Browse files
committed
fix: Don't build with extra dev versioning.
1 parent f26d36c commit 0645af2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
'Programming Language :: Python :: 3',
2020
'Programming Language :: Python :: 3.12',
2121
]
22-
keywords= [
22+
keywords = [
2323
"Python",
2424
"edx",
2525
]
@@ -50,3 +50,5 @@ build_command = "pip install build && python -m build"
5050
[tool.setuptools_scm]
5151
# The root for the gith repo is one directory up.
5252
root = ".."
53+
version_scheme = 'only-version'
54+
local_scheme = 'no-local-version'

0 commit comments

Comments
 (0)