summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.dev>2021-05-02 16:56:02 +0200
committerSiddhant Goel <me@sgoel.dev>2021-05-02 16:56:02 +0200
commit06156c40357fca8ea15f87a49bade1a67ce62cfb (patch)
treef2f86b71a4354e37f62632cfa16c65c9b241a599
parentfb58ad805c2e112d643da9d04484dded722b5db4 (diff)
fix: update README file reference in poetry config
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 98e1049..c9dfaf5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
]
-include = ["README.rst", "License.txt"]
+include = ["README.md", "License.txt"]
repository = "https://github.com/siddhantgoel/beancount-ing-diba"
keywords = ["banking", "beancount", "cli-accounting", "finance"]