Skip to content

Commit

Permalink
Merge pull request #266 from AurelienJaquier/fix-setup
Browse files Browse the repository at this point in the history
new new template to setup package data
  • Loading branch information
AurelienJaquier authored Oct 10, 2023
2 parents cee2e1a + 13c29be commit 60dbae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
entry_points={'console_scripts': ['bluepymm=bluepymm.main:main'], },
package_data={
'bluepymm': ['templates/cell_template_neuron.jinja2',
'templates/cell_template_neurodamus.jinja2'],
'templates/cell_template_neurodamus.jinja2',
'templates/cell_template_neurodamus_sbo.jinja2'],
}
)

0 comments on commit 60dbae6

Please sign in to comment.