mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Exclude user_data
This commit is contained in:
parent
26311663e3
commit
e75d46321e
|
@ -46,7 +46,7 @@ zip-safe = false
|
|||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["freqtrade*"]
|
||||
exclude = ["tests", "tests.*"]
|
||||
exclude = ["tests", "tests.*", "user_data", "user_data*"]
|
||||
namespaces = true
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
|
|
Loading…
Reference in New Issue
Block a user