Skip to content
Snippets Groups Projects
Commit 47e1ae34 authored by Samuel Mondal's avatar Samuel Mondal
Browse files

Adding dummy cli file (not a functional package)

parent 6d282487
No related branches found
No related tags found
1 merge request!3Adding dummy cli file (not a functional package)
......@@ -8,7 +8,5 @@ setup(
version='0.2.0',
packages=find_packages(),
install_requires=[],
entrypoints={
'console_scripts': ['run=sequence_extractor.cli:main']
}
entrypoints={}
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment