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 ec260df commit 56e3946Copy full SHA for 56e3946
backend/setup.py
@@ -129,7 +129,7 @@ def is_requirement(line):
129
CHANGELOG = open(os.path.join(os.path.dirname(__file__), 'CHANGELOG.rst'), encoding="utf8").read()
130
131
setup(
132
- name='sample_plugin',
+ name='openedx_sample_plugin',
133
version=VERSION,
134
description="""A sample backend plugin for the Open edX Platform""",
135
long_description=README + '\n\n' + CHANGELOG,
frontend/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@feanil/sample-plugin",
+ "name": "@openedx/sample-plugin",
3
"version": "0.0.1",
4
"main": "src/index.jsx",
5
"peerDependencies": {
0 commit comments