Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BluePyMM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BlueBrain
BluePyMM
Commits
60dbae6c
Unverified
Commit
60dbae6c
authored
1 year ago
by
Aurélien Jaquier
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #266 from AurelienJaquier/fix-setup
new new template to setup package data
parents
cee2e1ac
13c29be4
No related branches found
Branches containing commit
Tags
0.9.7
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+2
-1
2 additions, 1 deletion
setup.py
with
2 additions
and
1 deletion
setup.py
+
2
−
1
View file @
60dbae6c
...
@@ -60,6 +60,7 @@ setuptools.setup(
...
@@ -60,6 +60,7 @@ setuptools.setup(
entry_points
=
{
'
console_scripts
'
:
[
'
bluepymm=bluepymm.main:main
'
],
},
entry_points
=
{
'
console_scripts
'
:
[
'
bluepymm=bluepymm.main:main
'
],
},
package_data
=
{
package_data
=
{
'
bluepymm
'
:
[
'
templates/cell_template_neuron.jinja2
'
,
'
bluepymm
'
:
[
'
templates/cell_template_neuron.jinja2
'
,
'
templates/cell_template_neurodamus.jinja2
'
],
'
templates/cell_template_neurodamus.jinja2
'
,
'
templates/cell_template_neurodamus_sbo.jinja2
'
],
}
}
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment