mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 00:58:14 +00:00
fix bug when iterating over all existing posts in a thread (#23)
* fix get posts * remove tail/head and fix posts command
This commit is contained in:
2
setup.py
2
setup.py
@@ -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.rfd_cli:cli"]},
|
||||
entry_points={"console_scripts": ["rfd = rfd.cli:cli"]},
|
||||
install_requires=REQUIREMENTS,
|
||||
keywords="cli redflagdeals",
|
||||
license="Apache License, Version 2.0",
|
||||
|
Reference in New Issue
Block a user