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

Support setup.cfg package definition #591

Open
JP01 opened this issue Oct 4, 2021 · 2 comments · May be fixed by #704
Open

Support setup.cfg package definition #591

JP01 opened this issue Oct 4, 2021 · 2 comments · May be fixed by #704

Comments

@JP01
Copy link

JP01 commented Oct 4, 2021

Hi,

When building using scikit build, I seem to be required to use

  • setup.py
    setup(packages=['mypackage'])

Rather than being able to declare this in setup.cfg

  • setup.cfg
[options]
packages = mypackage

Sort of related --- #405 --- if we solved that then my issue would likely be resolved too.

@henryiii
Copy link
Contributor

Yes, this is planned. Currently any option scikit-build needs has to be passed to setup, and can't be placed in setup.cfg. (Ones it does not need are fine).

@maxnoe
Copy link

maxnoe commented Jan 31, 2022

I just ran into this. Could this be added to the documentation at least mentioning which of the options cannot be given in setup.cfg?

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

Successfully merging a pull request may close this issue.

3 participants