Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
nrm
Commits
a6552f20
Commit
a6552f20
authored
Jun 18, 2019
by
Valentin Reis
Browse files
Merge branch 'test-setuppy' into 'master'
[packaging] fixes setup.py to bundle schemas with spack. See merge request
!101
parents
0d9629cc
a6082f36
Pipeline
#7767
passed with stages
in 4 minutes and 17 seconds
Changes
1
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
a6552f20
...
...
@@ -21,5 +21,11 @@ setup(
packages
=
find_packages
(),
install_requires
=
[],
data_files
=
[(
'schemas'
,
[
'nrm/schemas/downstreamEvent.json'
,
'nrm/schemas/manifest.yml'
,
'nrm/schemas/upstreamPub.json'
,
'nrm/schemas/upstreamRep.json'
,
'nrm/schemas/upstreamReq.json'
])],
scripts
=
[
'bin/nrmd'
,
'bin/app'
,
'bin/nrm'
,
'bin/nrm-perfwrapper'
]
)
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