make module executable (#34)

This commit is contained in:
Dave Gallant
2019-10-08 11:41:36 -04:00
committed by GitHub
parent ac46f2ae27
commit 096b0298ae
4 changed files with 14 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ with io.open(path.join(WORKING_DIR, "README.md"), encoding="utf-8") as f:
setup(
author="Dave Gallant",
description="CLI for RedFlagDeals.com",
entry_points={"console_scripts": ["rfd = rfd.cli:cli"]},
entry_points={"console_scripts": ["rfd = rfd.__main__:cli"]},
install_requires=REQUIREMENTS,
keywords="cli redflagdeals",
license="Apache License, Version 2.0",