Skip to content

Commit

Permalink
docs: remove include_package_data and package_data interaction note (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Aug 7, 2023
2 parents 204854b + 29cd42a commit 78cc54e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/userguide/datafiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,6 @@ we specify that ``data1.rst`` from ``mypkg1`` alone should be captured as well.
``package_name.egg-info/SOURCES.txt`` file, so make sure that this is removed if
the ``setup.py`` ``package_data`` list is updated before calling ``setup.py``.

.. note::
If using the ``include_package_data`` argument, files specified by
``package_data`` will *not* be automatically added to the manifest unless
they are listed in the |MANIFEST.in|_ file or by a plugin like
:pypi:`setuptools-scm` or :pypi:`setuptools-svn`.

.. https://docs.python.org/3/distutils/setupscript.html#installing-package-data
exclude_package_data
====================

Expand Down

0 comments on commit 78cc54e

Please sign in to comment.