You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add descriptions for package_dir and packages find where
* package_dir is needed for both setup.cfg and setup.py
* The where to look for packages is given under options.packages.find
for setup.cfg, and is passed as the "where" arg to setuptools.find_package
for setup.py
* The terminology of "root package" comes from the old Distutils Examples
docs (note that as of March 2021 these docs are still up as all the
information in them has not yet been migrated to the setuptools docs)
c.f. https://docs.python.org/3/distutils/examples.html#pure-python-distribution-by-package
0 commit comments