From 330f240b6d2b42446374b7e5ab1d316017afe3f7 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Thu, 26 Sep 2024 17:48:11 +0200 Subject: [PATCH] TODO Setup --- favro_sync/__init__.py | 6 ++++++ requirements.txt | 2 ++ setup.py | 1 + 3 files changed, 9 insertions(+) create mode 100644 requirements.txt create mode 100644 setup.py diff --git a/favro_sync/__init__.py b/favro_sync/__init__.py index 8b13789..6447f70 100644 --- a/favro_sync/__init__.py +++ b/favro_sync/__init__.py @@ -1 +1,7 @@ +"""# Favro Sync. + +FUSE (Filesystem in User Space) for Favro. + +Synchronize your local notes and your Favro. +""" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a334955 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +secret_loader @ git+https://gitfub.space/Jmaa/secret_loader diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/setup.py @@ -0,0 +1 @@ +# TODO