From 12ec05c7f175f998210786c37bc94ba7241c6eba Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Wed, 12 Jan 2022 23:28:29 +0100 Subject: [PATCH] fix: add readme for pypi long description --- pyproject.toml | 5 ++++- tenkan/__init__.py | 2 +- tests/data/feeds.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d2809c..63a73e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,11 @@ [tool.poetry] name = "tenkan" -version = "0.1.0" +version = "0.1.1" description = "RSS/atom feed converter from html to gemini" authors = ["Quentin Ferrand "] +readme = 'README.md' +repository = "https://git.fqserv.eu/takaoni/tenkan" +license = "WTFPL" [tool.poetry.dependencies] python = "^3.8" diff --git a/tenkan/__init__.py b/tenkan/__init__.py index a8d2807..8671cd3 100644 --- a/tenkan/__init__.py +++ b/tenkan/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.0' +__version__ = '0.1.1' diff --git a/tests/data/feeds.json b/tests/data/feeds.json index deb016d..79f107a 100644 --- a/tests/data/feeds.json +++ b/tests/data/feeds.json @@ -1,5 +1,5 @@ { - "last_run": "2022-01-12 21:31:10.703787", + "last_run": "2022-01-12 23:22:29.686539", "feeds": { "srad-science": { "url": "https://srad.jp/science.rss",