-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support find_packages_ns from setup.cfg #1419
Comments
I can create a PR for this as well if you like. |
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
pganssle
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 12, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Jul 12, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
pganssle
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 11, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
pushed a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
silkentrance
added a commit
to coldrye-collaboration/setuptools
that referenced
this issue
Aug 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that #1312 has been merged, closing #97, we support the
find_packages_ns
function insetup.py
. We should also enable this functionality insetup.cfg
.I suggest adding a
find_namespace:
directive. The currentfind:
directive is implemented here, so I think that would probably be the place to add support for namespace packages.Brought to my attention by @agronholm in #97 (comment)
The text was updated successfully, but these errors were encountered: