diff --git a/.gitignore b/.gitignore index ae138df..297e1f5 100644 --- a/.gitignore +++ b/.gitignore @@ -139,5 +139,4 @@ cython_debug/ # Configuration files *.conf -*.cfg -*.ini \ No newline at end of file +*.ini diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..0c91012 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,9 @@ +[metadata] +name = restic_exporter +version = 0.0.8 + +[options] +packages = restic_exporter +install_requires = + requests + importlib; python_version == "3.10"