I've been trying to follow the docs on how to crea...
# random
h
I've been trying to follow the docs on how to create a plugin and not having any luck. So far I have this in pants.toml
[GLOBAL]
pants_version = "2.1.1"
pythonpath = ["%(buildroot)s/plugins"]
backend_packages = [
"pants.backend.python",
"dash_app",
]
[source]
root_patterns = [
"plugins",
]
I have the follow directory structure in the repo:
plugins
BUILD
register.py
dash_app
BUILD
dash_app.py
h
Hey we're happy to help. The #plugins channel might be better
h
perfect