Skip to content

Commit

Permalink
Fix typo include_package_true -> include_package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Torborg committed Nov 30, 2013
1 parent 0b51306 commit f2369b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion non-code-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The mechanism that provides this is the ``MANIFEST.in`` file. This is relatively
include docs/*.txt
include funniest/data.json

In order for these files to be copied at install time to the package's folder inside ``site-packages``, you'll need to supply ``include_package_true=True`` to the ``setup()`` function.
In order for these files to be copied at install time to the package's folder inside ``site-packages``, you'll need to supply ``include_package_data=True`` to the ``setup()`` function.

.. note::

Expand Down

0 comments on commit f2369b1

Please sign in to comment.