Skip to content
Snippets Groups Projects

modified: setup.py

Merged Michael Sandholzer requested to merge init into main
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -13,5 +13,8 @@
install_requires=[
"random",
"sys"
],
],
entry_points = {
'console_scripts': ['read_sequencer_package/cli.py:parser'],
}
)
\ No newline at end of file
Loading