Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lti-xblock-consumer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenJupyter
lti-xblock-consumer
Commits
2d634ffa
"frontend/src/pages/Login.vue" did not exist on "9306fdeb0b17e110d49b96f1c567c3638997acd5"
Unverified
Commit
2d634ffa
authored
4 years ago
by
M. Zulqarnain
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Changes for pypi upload (#69)
parent
bee41ccb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
README.rst
+1
-1
1 addition, 1 deletion
README.rst
setup.py
+10
-2
10 additions, 2 deletions
setup.py
with
12 additions
and
4 deletions
Makefile
+
1
−
1
View file @
2d634ffa
all
:
install compile-sass quality test
all
:
install compile-sass quality test
install-test
:
install-test
:
pip
install
-q
-r
test_
requirements.txt
pip
install
-q
-r
requirements
/test
.txt
install
:
install-test
install
:
install-test
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
1
−
1
View file @
2d634ffa
...
@@ -13,7 +13,7 @@ root folder:
...
@@ -13,7 +13,7 @@ root folder:
.. code:: bash
.. code:: bash
$ pip install -r requirements.txt
$ pip install -r requirements
/base
.txt
Installing in Docker Devstack
Installing in Docker Devstack
-----------------------------
-----------------------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
10
−
2
View file @
2d634ffa
...
@@ -44,10 +44,16 @@ def is_requirement(line):
...
@@ -44,10 +44,16 @@ def is_requirement(line):
"""
"""
return
line
and
not
line
.
startswith
((
'
-r
'
,
'
#
'
,
'
-e
'
,
'
git+
'
,
'
-c
'
))
return
line
and
not
line
.
startswith
((
'
-r
'
,
'
#
'
,
'
-e
'
,
'
git+
'
,
'
-c
'
))
with
open
(
'
README.rst
'
)
as
_f
:
long_description
=
_f
.
read
()
setup
(
setup
(
name
=
'
lti
_
consumer-xblock
'
,
name
=
'
lti
-
consumer-xblock
'
,
version
=
'
1.
3.1
'
,
version
=
'
1.
4.0
'
,
description
=
'
This XBlock implements the consumer side of the LTI specification.
'
,
description
=
'
This XBlock implements the consumer side of the LTI specification.
'
,
long_description
=
long_description
,
long_description_content_type
=
'
text/markdown
'
,
packages
=
[
packages
=
[
'
lti_consumer
'
,
'
lti_consumer
'
,
],
],
...
@@ -61,6 +67,8 @@ setup(
...
@@ -61,6 +67,8 @@ setup(
]
]
},
},
package_data
=
package_data
(
"
lti_consumer
"
,
[
"
static
"
,
"
templates
"
,
"
public
"
,
"
translations
"
]),
package_data
=
package_data
(
"
lti_consumer
"
,
[
"
static
"
,
"
templates
"
,
"
public
"
,
"
translations
"
]),
keywords
=
'
lti consumer xblock
'
,
url
=
'
https://github.com/edx/xblock-lti-consumer
'
,
classifiers
=
[
classifiers
=
[
'
Development Status :: 5 - Production/Stable
'
,
'
Development Status :: 5 - Production/Stable
'
,
'
Framework :: Django
'
,
'
Framework :: Django
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment