Increase python version and not ignore cfg
This commit is contained in:
parent
3e35aa9fb9
commit
a78c9b5a65
2 changed files with 2 additions and 3 deletions
3
skeleton/.gitignore
vendored
3
skeleton/.gitignore
vendored
|
@ -139,5 +139,4 @@ cython_debug/
|
|||
|
||||
# Configuration files
|
||||
*.conf
|
||||
*.cfg
|
||||
*.ini
|
||||
*.ini
|
||||
|
|
|
@ -6,4 +6,4 @@ version = __version__
|
|||
packages = __project_codename__
|
||||
install_requires =
|
||||
requests
|
||||
importlib; python_version == "3.6"
|
||||
importlib; python_version == "3.10"
|
||||
|
|
Loading…
Reference in a new issue