Merge branch 'master' into develop
This commit is contained in:
14
Projectfile
14
Projectfile
@ -16,13 +16,14 @@ python.setup(
|
||||
author='Romain Dorgueil',
|
||||
author_email='romain@dorgueil.net',
|
||||
data_files=[
|
||||
('share/jupyter/nbextensions/bonobo-jupyter', [
|
||||
'bonobo/ext/jupyter/static/extension.js',
|
||||
'bonobo/ext/jupyter/static/index.js',
|
||||
'bonobo/ext/jupyter/static/index.js.map',
|
||||
]),
|
||||
(
|
||||
'share/jupyter/nbextensions/bonobo-jupyter', [
|
||||
'bonobo/ext/jupyter/static/extension.js',
|
||||
'bonobo/ext/jupyter/static/index.js',
|
||||
'bonobo/ext/jupyter/static/index.js.map',
|
||||
]
|
||||
),
|
||||
],
|
||||
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'bonobo = bonobo.commands:entrypoint',
|
||||
@ -33,7 +34,6 @@ python.setup(
|
||||
'version = bonobo.commands.version:register',
|
||||
],
|
||||
}
|
||||
|
||||
)
|
||||
|
||||
python.add_requirements(
|
||||
|
||||
Reference in New Issue
Block a user