Skip to content

Commit 44017b0

Browse files
committed
build: Correct some config urls and add some missing comments.
1 parent 98af35d commit 44017b0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

backend/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ sample_plugin = "sample_plugin.apps:SamplePluginConfig"
3333
sample_plugin = "sample_plugin.apps:SamplePluginConfig"
3434

3535
[project.urls]
36-
source = "https://openedx.org/openedx/sample-plugin"
36+
Homepage = "https://openedx.org/openedx/sample-plugin"
37+
Repository = "https://openedx.org/openedx/sample-plugin"
3738

3839
[tool.setuptools.dynamic]
3940
version = {attr = "sample_plugin.__version__"}

backend/requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edx-opaque-keys # Open edX CourseKeyField
66
openedx-events # Be able to listen to openedx events and respond to them.
77
openedx-filters # Be able to hook into openedx filters and change behavior.
88

9-
openedx-atlas
9+
openedx-atlas # For translations related tooling

0 commit comments

Comments
 (0)