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

Adds pyproject file. #204

Closed
wants to merge 1 commit into from
Closed

Adds pyproject file. #204

wants to merge 1 commit into from

Conversation

arokem
Copy link

@arokem arokem commented Jul 26, 2020

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Motivation and context / Related issue

This resolves issues like the ones described in #59, by making the software compliant with PEP518

How has this been tested (if it applies)

Locally on my laptop in a clean env and on an automated build system that uses repo2docker.

Checklist

  • The documentation is up-to-date with the changes I made.
  • I have read the CONTRIBUTING document.
  • All tests passed, and additional code has been covered with new tests.

Makes it possible to install the software with pip, compliant with
https://www.python.org/dev/peps/pep-0518/.

Previously, users of the software might have encountered situations like
that described here: pypa/pip#5761 (in fact, I
encountered that...). This fix should resolve that with modern versions
of pip.
@rflamary
Copy link
Collaborator

Hello @arokem ,

the doc build seams to fail because of the pyproject (complains about missing stuff).

Could you have a look please?

@arokem
Copy link
Author

arokem commented Aug 2, 2020

Sorry about this: I do not have the bandwidth to look into this. I will go ahead and close this PR so that you can add PEP518 compliance in a separate PR, if/when that becomes a priority for the project.

@arokem arokem closed this Aug 2, 2020
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