-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Preparing changelog for release * Release in the changelog * Minor in the description of pyproject * The code is meant to run in Python 3.9, therefore downgrading version in GHRunners --------- Co-authored-by: Xavi <[email protected]>
- Loading branch information
1 parent
3c10eb7
commit 0ee2747
Showing
5 changed files
with
7 additions
and
6 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "MastoFeed" | ||
version = "0.0.1" | ||
description = "Bot that reads RSS feeds and publishes the updates. It is controled by interacting with the Mastodon user directly" | ||
description = "Bot that reads RSS feeds and publishes the updates. It is controled by interacting with the Mastodon user directly via mentions" | ||
authors = ["Xavier Arnaus <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
|