|
|
|
|
@ -13,13 +13,12 @@ authors = [
|
|
|
|
|
|
|
|
|
|
description = "Freqtrade - Crypto Trading Bot"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
|
requires-python = ">=3.11"
|
|
|
|
|
license = {text = "GPLv3"}
|
|
|
|
|
classifiers = [
|
|
|
|
|
"Environment :: Console",
|
|
|
|
|
"Intended Audience :: Science/Research",
|
|
|
|
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
|
|
|
"Programming Language :: Python :: 3.10",
|
|
|
|
|
"Programming Language :: Python :: 3.11",
|
|
|
|
|
"Programming Language :: Python :: 3.12",
|
|
|
|
|
"Programming Language :: Python :: 3.13",
|
|
|
|
|
|