Skip to content
Snippets Groups Projects
Commit 911312ff authored by Hugo Madge Leon's avatar Hugo Madge Leon
Browse files

corresponding changes

parent 7d974d0b
No related branches found
No related tags found
3 merge requests!38Hugo,!37Test folder,!36Small changes overall
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
......@@ -18,8 +18,5 @@ setup(
author_email='hmadge@ethz.ch',
description='Terminal fragment selector',
packages=find_packages(),
install_requires=INSTALL_REQUIRES,
entry_points={
'console_scripts': ['my-executable=terminal-fragment-selector.main:main'],
}
install_requires=INSTALL_REQUIRES
)
"""Initialise package."""
from main import main
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment