From a6d99ee5f721c8189daf59854d76310965cc23e5 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 21 Nov 2022 01:30:59 +0100 Subject: [PATCH] README update and added Nuitka out file and build directory to .gitignore. --- .gitignore | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7345951..e2327ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ .idea +fgg.build photo/* photos/* tmp/*.dump.json venv +fgg.bin fgg.iml \ No newline at end of file diff --git a/README.md b/README.md index a15524d..190d432 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ More to come... - Python 3.* (I don't now the concrete version right now. I use only Python 3.10 at the moment. Could be that fgg is running with an older version, but it could also be that required libs do not. Please report your Python version to me if fgg works for you to help me to create a compatibility list.) -- crc32c 2.3 - [https://pypi.org/project/crc32c/]() -- flickr-api 0.7.5 - [https://pypi.org/project/flickr-api/]() -- requests 2.28.1 - [https://pypi.org/project/requests/]() +- crc32c 2.3 - [https://pypi.org/project/crc32c/](https://pypi.org/project/crc32c/) +- flickr-api 0.7.5 - [https://pypi.org/project/flickr-api/](https://pypi.org/project/flickr-api/) +- requests 2.28.1 - [https://pypi.org/project/requests/](https://pypi.org/project/requests/) ## To do: