increase python version and not ignore .cfg

This commit is contained in:
Antonio J. Delgado 2022-12-26 19:48:41 +02:00
parent ae6066b6bd
commit df6f4c944b
2 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View file

@ -139,5 +139,4 @@ cython_debug/
# Configuration files
*.conf
*.cfg
*.ini
*.ini

9
setup.cfg Normal file
View file

@ -0,0 +1,9 @@
[metadata]
name = restic_exporter
version = 0.0.8
[options]
packages = restic_exporter
install_requires =
requests
importlib; python_version == "3.10"