Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find_packages arguments are ignored #4

Open
pganssle opened this issue Nov 12, 2018 · 1 comment
Open

find_packages arguments are ignored #4

pganssle opened this issue Nov 12, 2018 · 1 comment

Comments

@pganssle
Copy link
Contributor

pganssle commented Nov 12, 2018

I mistakenly thought find_packages was not supported, but actually checking shows that it is supported, so I'm going to gut this issue and report a different one instead, which is that the arguments to find_packages are ignored.

Here is a minimal example:

setup.py:

from setuptools import setup, find_packages

setup(packages=find_packages(where='src'))

Running setuptools-py2cfg on this, I get:

[options]
packages = find:

What I should get is:

[options]
packages=find:

[options.packages.find]
where=src
@pganssle pganssle changed the title Should handle find_packages find_packages arguments are ignored Nov 12, 2018
@cclauss
Copy link
Contributor

cclauss commented Sep 23, 2022

@pganssle Can you please retest this and your other three issues with the current release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants