<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/docs/userguide, branch v63.3.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>type in quickstart.rst</title>
<updated>2022-07-29T09:41:21+00:00</updated>
<author>
<name>Edgar Riba</name>
<email>edgar.riba@gmail.com</email>
</author>
<published>2022-07-29T09:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=60c555112b328b90b59e5f4d8a94a0e2207f9817'/>
<id>60c555112b328b90b59e5f4d8a94a0e2207f9817</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo `find_namespaces:` to `find_namespace:`</title>
<updated>2022-07-25T06:07:35+00:00</updated>
<author>
<name>Brody Rampono</name>
<email>64628500+brampono@users.noreply.github.com</email>
</author>
<published>2022-07-25T06:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ba7db83ae7080979cbb650f3efb74373544589a5'/>
<id>ba7db83ae7080979cbb650f3efb74373544589a5</id>
<content type='text'>
I believe the correct `setup.cfg` packaging option is `find_namespace:`, not `find_namespaces:`
I can't find any other references to `find_namespaces` in the docs or repository.

Using `find_namespaces:` causes packaging to fail. Example to reproduce:
```
.
├── pyproject.toml
├── setup.cfg
└── src
    ├── pkg1
    │   └── namespace
    │       └── __init__.py
    └── pkg2
        └── __init__.py
```

Contents of `pyproject.toml`:
```
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
```

Contents of `setup.cfg`:
```
[metadata]
name = pkg_test

[options]
packages = find_namespaces:
package_dir =
    =src

[options.packages.find]
where = src
```

```
$ pip install .
&gt; ...
&gt; error: package directory 'src/find_namespaces:' does not exist
&gt; ...
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I believe the correct `setup.cfg` packaging option is `find_namespace:`, not `find_namespaces:`
I can't find any other references to `find_namespaces` in the docs or repository.

Using `find_namespaces:` causes packaging to fail. Example to reproduce:
```
.
├── pyproject.toml
├── setup.cfg
└── src
    ├── pkg1
    │   └── namespace
    │       └── __init__.py
    └── pkg2
        └── __init__.py
```

Contents of `pyproject.toml`:
```
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
```

Contents of `setup.cfg`:
```
[metadata]
name = pkg_test

[options]
packages = find_namespaces:
package_dir =
    =src

[options.packages.find]
where = src
```

```
$ pip install .
&gt; ...
&gt; error: package directory 'src/find_namespaces:' does not exist
&gt; ...
```</pre>
</div>
</content>
</entry>
<entry>
<title>fix userguide typo</title>
<updated>2022-07-01T06:56:29+00:00</updated>
<author>
<name>Matthias Jansen</name>
<email>m.jansen@accure.net</email>
</author>
<published>2022-07-01T06:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=55fd336ba81df83174202d1f0cfb15722074084a'/>
<id>55fd336ba81df83174202d1f0cfb15722074084a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Docs:discovery] Update examples to consider setup.cfg/setup.py optional</title>
<updated>2022-06-28T08:50:04+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-28T08:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=41e2d7221fdcc20db4134b2ac181745da3118af5'/>
<id>41e2d7221fdcc20db4134b2ac181745da3118af5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid inline comments in INI files</title>
<updated>2022-06-28T08:46:07+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-28T08:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ba909ad632859ee8a71effef637976501e1e81a0'/>
<id>ba909ad632859ee8a71effef637976501e1e81a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Docs:discovery] Attempt to clarify include/exclude</title>
<updated>2022-06-28T08:25:51+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-28T08:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=522850384ea92208116d6f2bab6db48042e34b16'/>
<id>522850384ea92208116d6f2bab6db48042e34b16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs/userguide/pyproject_config.rst</title>
<updated>2022-06-25T02:01:01+00:00</updated>
<author>
<name>Jac</name>
<email>jacalata@users.noreply.github.com</email>
</author>
<published>2022-06-25T02:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fb520ecc34ea8ea42b8002f3de8758dff11b256b'/>
<id>fb520ecc34ea8ea42b8002f3de8758dff11b256b</id>
<content type='text'>
Co-authored-by: Anderson Bravalheri &lt;andersonbravalheri+github@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Anderson Bravalheri &lt;andersonbravalheri+github@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs/userguide/pyproject_config.rst</title>
<updated>2022-06-25T02:00:50+00:00</updated>
<author>
<name>Jac</name>
<email>jacalata@users.noreply.github.com</email>
</author>
<published>2022-06-25T02:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=54d00777bed91a179d6a154e9ca0e9d745792713'/>
<id>54d00777bed91a179d6a154e9ca0e9d745792713</id>
<content type='text'>
Co-authored-by: Anderson Bravalheri &lt;andersonbravalheri+github@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Anderson Bravalheri &lt;andersonbravalheri+github@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Docs] Missing requires-python in "using pyproject.toml" #3305</title>
<updated>2022-06-24T05:54:38+00:00</updated>
<author>
<name>Jac Fitzgerald</name>
<email>jac.fitzgerald@salesforce.com</email>
</author>
<published>2022-06-24T05:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1f06878a141ca09d24fb7d9aa74cfdc3a5ddb342'/>
<id>1f06878a141ca09d24fb7d9aa74cfdc3a5ddb342</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed quotes around Development Mode.</title>
<updated>2022-06-23T05:59:12+00:00</updated>
<author>
<name>Saniya Maheshwari</name>
<email>saniya.mah@gmail.com</email>
</author>
<published>2022-06-23T05:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4e667ed067c9c84a91a5cdd8bdd99a82c4b6fc29'/>
<id>4e667ed067c9c84a91a5cdd8bdd99a82c4b6fc29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
