Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9adf78b7 authored by Dorian Turba's avatar Dorian Turba
Browse files

add requires-python config

parent f8d66d21
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,5 @@
"package_bug_tracker_path": "-/issues",
"package_bug_tracker_url": "{{ cookiecutter.package_homepage_url }}/{{ cookiecutter.package_bug_tracker_path }}",
"virtual_env_folder": "venv",
"flake8_max_complexity": 10,
"flake8_max_line_length": 100
"requires-python": ">=3.8"
}
\ No newline at end of file
......@@ -10,7 +10,7 @@ authors = [
]
description = "{{ cookiecutter.package_description }}"
readme = "README.md"
requires-python = ">=3.7"
requires-python = "{{ cookiecutter.requires-python }}"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment