Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
cb39b3f2
Commit
cb39b3f2
authored
Mar 08, 2018
by
Jason R. Coombs
Committed by
GitHub
Mar 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some commas.
parent
f4464151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/setuptools.txt
docs/setuptools.txt
+3
-3
No files found.
docs/setuptools.txt
View file @
cb39b3f2
...
...
@@ -886,11 +886,11 @@ the path separator, even if you are on Windows. Setuptools automatically
converts slashes to appropriate platform-specific separators at build time.
If datafiles are contained in a subdirectory of a package that isn't a package
itself (no ``__init__.py``) then the subdirectory names (or ``*``) are required
itself (no ``__init__.py``)
,
then the subdirectory names (or ``*``) are required
in the ``package_data`` argument (as shown above with ``'data/*.dat'``).
When building an ``sdist`` the datafiles are also drawn from the
``package_name.egg-info/SOURCES.txt`` file so make sure that this is removed if
When building an ``sdist``
,
the datafiles are also drawn from the
``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: although the ``package_data`` argument was previously only available in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment