Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 29, 2024
1 parent 4ac0072 commit 82cf0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main():
install_requires=[
"numpy",
"profet @ git+https://github.com/alan-turing-institute/profet@main#egg=profet",
"python-parakeet @ git+https://github.com/rosalindfranklininstitute/python-parakeet@main#egg=python-parakeet",
"python-parakeet @ git+https://github.com/rosalindfranklininstitute/parakeet@main#egg=python-parakeet",
],
entry_points={"console_scripts": ["whippet=whippet.command_line:main"]},
include_package_data=True,
Expand Down

0 comments on commit 82cf0e0

Please sign in to comment.