Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
wenjie.zheng
erp5_workflow
Commits
e813bca5
Commit
e813bca5
authored
13 years ago
by
Łukasz Nowak
Browse files
Options
Download
Email Patches
Plain Diff
Use extras to minimise shared dependencies.
parent
1177460d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
setup.py
setup.py
+4
-1
No files found.
setup.py
View file @
e813bca5
...
...
@@ -37,12 +37,15 @@ setup(name=name,
install_requires
=
[
'setuptools'
,
# namespaces
],
extras_require
=
{
'testnode'
:
[
'slapos.core'
,
'xml_marshaller'
],
},
zip_safe
=
True
,
packages
=
find_packages
(),
include_package_data
=
True
,
entry_points
=
{
'console_scripts'
:
[
'testnode = erp5.util.testnode:main'
,
'testnode = erp5.util.testnode:main
[testnode]
'
,
],
}
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment