Skip to content
Snippets Groups Projects
Commit af2b1423 authored by Michael Sandholzer's avatar Michael Sandholzer
Browse files

modified: setup.py

parent fc16f334
No related branches found
No related tags found
1 merge request!8modified: setup.py
......@@ -13,5 +13,8 @@
install_requires=[
"random",
"sys"
],
],
entry_points = {
'console_scripts': ['read_sequencer_package/cli.py:parser'],
}
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment