From 268e0ffd6ad1c4c92626f7687d7531216acd9cd8 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 6 Nov 2023 15:50:37 +0200 Subject: [PATCH] Update gitignore --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69de29..82bcd2b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +# FastDownloader \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8c465a1..a818299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "fastdownloader" version = "0.1.0" description = "" -authors = ["BarsTiger "] +authors = ["BarsTiger"] readme = "README.md" [tool.poetry.dependencies]