Migrate from setup.cfg to pyproject.toml

This commit is contained in:
Matthias
2023-12-16 20:51:46 +01:00
parent 6ee0f16e4f
commit b178cc5f31
3 changed files with 45 additions and 39 deletions

View File

@@ -122,4 +122,5 @@ setup(
'freqai_rl': freqai_rl,
'all': all_extra,
},
url="https://github.com/freqtrade/freqtrade",
)