Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ipython-xblock / setup.cfg
Size: Mime:
[metadata]
name = ipython-xblock
version = 0.2.0
description = An Xblock to integrate ipython (Jupyter) notebooks in Open edX
long_description = file: README.md
author = Open FUN (France Universite Numerique)
author_email = fun.dev@fun-mooc.fr
url = https://github.com/openfun/xblock-ipython
license = AGPL 3.0
keywords = Django, Open edX, MOOC, Xblock
classifiers = 
	Development Status :: 5 - Production/Stable
	Framework :: Django
	Framework :: Django :: 1.8
	Intended Audience :: Developers
	License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
	Natural Language :: English
	Programming Language :: Python :: 2
	Programming Language :: Python :: 2.7

[options]
include_package_data = true
install_requires = 
	XBlock
packages = find:
zip_safe = False

[options.entry_points]
xblock.v1 = 
	ipython = ipython:IPythonNotebookXBlock

[options.extras_require]
dev = 
	wheel

[options.package_data]
ipython = 
	static/*.txt
	static/css/*.css
	static/js/src/*.js
	templates/html/*.html

[wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0