increase python version and not ignore .cfg
This commit is contained in:
parent
ae6066b6bd
commit
df6f4c944b
2 changed files with 10 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -139,5 +139,4 @@ cython_debug/
|
|||
|
||||
# Configuration files
|
||||
*.conf
|
||||
*.cfg
|
||||
*.ini
|
||||
*.ini
|
||||
|
|
9
setup.cfg
Normal file
9
setup.cfg
Normal 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"
|
Loading…
Reference in a new issue