Skip to content

Commit

Permalink
clarify usage of setuptools vs Setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 11, 2024
1 parent 46fd8db commit 515c698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/datafiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ file, nor require to be added by a revision control system plugin.

.. note::
If your glob patterns use paths, you *must* use a forward slash (``/``) as
the path separator, even if you are on Windows. ``Setuptools`` automatically
the path separator, even if you are on Windows. ``setuptools`` automatically
converts slashes to appropriate platform-specific separators at build time.

.. important::
Expand Down Expand Up @@ -455,7 +455,7 @@ With :ref:`package-data`, the configuration might look like this:
}
)
In other words, we allow ``Setuptools`` to scan for namespace packages in the ``src`` directory,
In other words, we allow ``setuptools`` to scan for namespace packages in the ``src`` directory,
which enables the ``data`` directory to be identified, and then, we separately specify data
files for the root package ``mypkg``, and the namespace package ``data`` under the package
``mypkg``.
Expand Down

0 comments on commit 515c698

Please sign in to comment.