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
883f3361
Commit
883f3361
authored
Oct 16, 2020
by
Sviatoslav Sydorenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
Make the default implicit role autofind targets
parent
edfa441f
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
200 additions
and
196 deletions
+200
-196
CHANGES.rst
CHANGES.rst
+34
-34
docs/conf.py
docs/conf.py
+5
-0
docs/pkg_resources.rst
docs/pkg_resources.rst
+153
-153
docs/references/keywords.rst
docs/references/keywords.rst
+1
-1
docs/userguide/declarative_config.rst
docs/userguide/declarative_config.rst
+5
-5
docs/userguide/keywords.rst
docs/userguide/keywords.rst
+1
-1
docs/userguide/quickstart.rst
docs/userguide/quickstart.rst
+1
-2
No files found.
CHANGES.rst
View file @
883f3361
This diff is collapsed.
Click to expand it.
docs/conf.py
View file @
883f3361
...
...
@@ -150,3 +150,8 @@ link_files = {
# Be strict about any broken references:
nitpicky = True
# Ref: https://github.com/python-attrs/attrs/pull/571/files
\
# #diff-85987f48f1258d9ee486e3191495582dR82
default_role = '
any
'
docs/pkg_resources.rst
View file @
883f3361
This diff is collapsed.
Click to expand it.
docs/references/keywords.rst
View file @
883f3361
...
...
@@ -286,7 +286,7 @@ Keywords
this argument. The named class must be instantiable with no arguments, and
its instances must support the ``loadTestsFromNames()`` method as defined
in the Python ``unittest`` module'
s
``
TestLoader
``
class
.
Setuptools
will
pass
only
one
test
"name"
in
the
`
names
`
argument
:
the
value
supplied
for
pass
only
one
test
"name"
in
the
`
`
names
`
`
argument
:
the
value
supplied
for
the
``
test_suite
``
argument
.
The
loader
you
specify
may
interpret
this
string
in
any
way
it
likes
,
as
there
are
no
restrictions
on
what
may
be
contained
in
a
``
test_suite
``
string
.
...
...
docs/userguide/declarative_config.rst
View file @
883f3361
...
...
@@ -201,7 +201,7 @@ obsoletes list-comma
string in such a file, so validation is stricter in this case.
Notes:
1. The `
version
` file attribute has only been supported since 39.2.0.
1. The `
`version`
` file attribute has only been supported since 39.2.0.
Options
-------
...
...
@@ -237,12 +237,12 @@ data_files dict 40.6.0
**packages** - The ``find:`` and ``find_namespace:`` directive can be further configured
in a dedicated subsection ``options.packages.find``. This subsection
accepts the same keys as the `
setuptools.find_packages
` and the
`
setuptools.find_namespace_packages
` function:
accepts the same keys as the `
`setuptools.find_packages`
` and the
`
`setuptools.find_namespace_packages`
` function:
``where``, ``include``, and ``exclude``.
**find_namespace directive** - The ``find_namespace:`` directive is supported since Python >=3.3.
Notes:
1. In the `
package_data` section, a key named with a single asterisk (`*
`)
refers to all packages, in lieu of the empty string used in `
setup.py
`.
1. In the `
`package_data`` section, a key named with a single asterisk (``*`
`)
refers to all packages, in lieu of the empty string used in `
`setup.py`
`.
docs/userguide/keywords.rst
View file @
883f3361
...
...
@@ -124,7 +124,7 @@ unless you need the associated ``setuptools`` feature.
this argument. The named class must be instantiable with no arguments, and
its instances must support the ``loadTestsFromNames()`` method as defined
in the Python ``unittest`` module'
s
``
TestLoader
``
class
.
Setuptools
will
pass
only
one
test
"name"
in
the
`
names
`
argument
:
the
value
supplied
for
pass
only
one
test
"name"
in
the
`
`
names
`
`
argument
:
the
value
supplied
for
the
``
test_suite
``
argument
.
The
loader
you
specify
may
interpret
this
string
in
any
way
it
likes
,
as
there
are
no
restrictions
on
what
may
be
contained
in
a
``
test_suite
``
string
.
...
...
docs/userguide/quickstart.rst
View file @
883f3361
...
...
@@ -21,8 +21,7 @@ the backend (build system) it wants to use. The distribution can then
be
generated
with
whatever
tools
that
provides
a
``
build
sdist
``-
alike
functionality
.
While
this
may
appear
cumbersome
,
given
the
added
pieces
,
it
in
fact
tremendously
enhances
the
portability
of
your
package
.
The
change
is
driven
under
`
PEP
517
<
https
://
www
.
python
.
org
/
dev
/
peps
/
pep
-
0517
/#
build
-
requirements
>``.
To
learn
more
about
Python
packaging
in
general
,
change
is
driven
under
:
pep
:`
517
<
517
#
build
-
requirements
>`.
To
learn
more
about
Python
packaging
in
general
,
navigate
to
the
`
bottom
<
Resources
on
python
packaging
>`
_
of
this
page
.
...
...
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