From e92c1cb9fc6424b747d2697724362e117cb99415 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 28 Mar 2024 16:12:17 +0100 Subject: [PATCH] README to PyPI. --- boursobank.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/boursobank.py b/boursobank.py index 1048f62..4fd6579 100644 --- a/boursobank.py +++ b/boursobank.py @@ -11,7 +11,7 @@ from rich.table import Table from rich import print as rich_print from rich.panel import Panel -__version__ = "0.1" +__version__ = "0.1.1" DATE_RE = r"([0-9]{1,2}/[0-9]{2}/[0-9]{2,4})" diff --git a/pyproject.toml b/pyproject.toml index 06708e9..d7aabbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ name = "boursobank" authors = [{name = "Julien Palard", email = "julien@palard.fr"}] license = {file = "LICENSE"} classifiers = ["License :: OSI Approved :: MIT License"] +readme = "README.md" dynamic = ["version", "description"] dependencies = [ "pypdf",