potiuk commented on a change in pull request #12417:
URL: https://github.com/apache/airflow/pull/12417#discussion_r525851493
##########
File path: docs/installation.rst
##########
@@ -27,7 +27,7 @@ Getting Airflow
Airflow is published as ``apache-airflow`` package in PyPI. Installing it
however might be sometimes tricky
because Airflow is a bit of both a library and application. Libraries usually
keep their dependencies open and
applications usually pin them, but we should do neither and both at the same
time. We decided to keep
-our dependencies as open as possible (in ``setup.py``) so users can install
different version of libraries
+our dependencies as open as possible (in ``setup.cfg``) so users can install
different version of libraries
Review comment:
Should not that be (for now at least) both setup.py and setup.cfg?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]