We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98af35d commit 44017b0Copy full SHA for 44017b0
2 files changed
backend/pyproject.toml
@@ -33,7 +33,8 @@ sample_plugin = "sample_plugin.apps:SamplePluginConfig"
33
sample_plugin = "sample_plugin.apps:SamplePluginConfig"
34
35
[project.urls]
36
-source = "https://openedx.org/openedx/sample-plugin"
+Homepage = "https://openedx.org/openedx/sample-plugin"
37
+Repository = "https://openedx.org/openedx/sample-plugin"
38
39
[tool.setuptools.dynamic]
40
version = {attr = "sample_plugin.__version__"}
backend/requirements/base.in
@@ -6,4 +6,4 @@ edx-opaque-keys # Open edX CourseKeyField
6
openedx-events # Be able to listen to openedx events and respond to them.
7
openedx-filters # Be able to hook into openedx filters and change behavior.
8
9
-openedx-atlas
+openedx-atlas # For translations related tooling
0 commit comments