Skip to content
Snippets Groups Projects
Commit 8a4abca1 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

add versioned script

at this point it makes sense, since version 2 is a lot closer now.
and version 2 will work with different input files...
parent 5f1e6ff0
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,8 @@ setup( ...@@ -204,7 +204,8 @@ setup(
'install_info.pickle']}, 'install_info.pickle']},
entry_points = { entry_points = {
'console_scripts': [ 'console_scripts': [
'bfps = bfps.__main__:main'], 'bfps = bfps.__main__:main',
'bfps1 = bfps.__main__:main'],
}, },
version = VERSION, version = VERSION,
######################################################################## ########################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment