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

WiP: Added PEP518 support #1007

Closed

Conversation

carstencodes
Copy link

The PIP518 support as described in
#813
has been implemented roughly.

It uses the toml package, since the toml package describes itself as
being Python 2 compatible.
Using another package will create a dependency that
might not be wanted. Hence the dependency is
treated optional as an extra, so consumers can decide
which revision they would like to use.

TODO: Unit test must be written explicitely.

The PIP518 support as described in
PyCQA#813
has been implemented roughly.

It uses the toml package, since the toml package describes itself as
being Python 2 compatible.
Using another package will create  a dependency that
might not be wanted. Hence the dependency is
treated optional as an extra, so consumers can decide
which revision they would like to use.

TODO: Unit test must be written explicitely.
@OscarCreator
Copy link

Any update when this will be fixed?

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 this pull request may close these issues.

3 participants