[misc] updating dependency management.
This commit is contained in:
15
Projectfile
15
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',
|
||||
@ -32,8 +33,8 @@ python.setup(
|
||||
'run = bonobo.commands.run:register',
|
||||
'version = bonobo.commands.version:register',
|
||||
],
|
||||
'edgy.project.features': ['bonobo = bonobo.ext.edgy.project.feature:BonoboFeature']
|
||||
}
|
||||
|
||||
)
|
||||
|
||||
python.add_requirements(
|
||||
|
||||
Reference in New Issue
Block a user