-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feeds can now be pointed from config.yaml like this: `input_feeds_pat…
…h: "input/feeds.txt"` , env vars and cli args added to main.py
- Loading branch information
1 parent
7276078
commit b596f53
Showing
3 changed files
with
52 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name='uglypy', # The package name on PyPI | ||
version='0.0.19', # Initial version, update manually for major changes | ||
version='0.0.20', # Initial version, update manually for major changes | ||
author='Fabrizio Salmi', | ||
author_email='[email protected]', # Replace with your email | ||
description='A Python package for aggregating and processing RSS feeds with LLM-enhanced content rewriting.', | ||
|