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

pyproject.toml: move build-system bits where they belong #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akx
Copy link

@akx akx commented Dec 21, 2021

These had been misplaced in 5d3f9fd.

Moving them back to the [build-system] section makes this package compliant with PEP 517, and e.g. installing from a git+ URL (or a working copy) works once more:

85baacc

$ pip install /repo
Processing /repo
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Building wheels for collected packages: UNKNOWN
  Building wheel for UNKNOWN (PEP 517) ... done
  Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-py3-none-any.whl size=1803 sha256=20f675a1a4ffc1e82b9102e96139701b0b73bfd2f1c21f5bff73a5f98473e86e
Successfully built UNKNOWN
Installing collected packages: UNKNOWN

this PR

# pip install /repo
Processing /repo
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting dependencies
Building wheels for collected packages: django-q
  Building wheel for django-q (PEP 517) ... done
  Created wheel for django-q: filename=django_q-1.3.9-py3-none-any.whl size=89882 sha256=133626bc462890c671cca41183a4581b027745230714dff79a7eef57f836a5ba
Successfully built django-q
Installing collected packages: sqlparse, six, asgiref, wcwidth, python-dateutil, django, redis, django-picklefield, blessed, arrow, django-q

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.

None yet

1 participant