we are inconsistent in our `setup.py` in how we r...
# contributing-to-airbyte
c
we are inconsistent in our
setup.py
in how we refer to internal deps:
install_requires=["airbyte-protocol"],
install_requires=["airbyte_protocol"],
Both work. I think the
-
version is more idiomatic in the python world. Please correct me if I’m wrong. I care most that we pick one way of doing it and stick with it.
u
I prefer the
- as well
u
tu
-
it is