mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

Disabling PEP 517 processing is invalid #173

Closed lukeb2e closed 5 years ago

lukeb2e commented 5 years ago

The parameter --no-use-pep517 is not required anymore. With the parameter you receive the following error:

ERROR: Disabling PEP 517 processing is invalid: project specifies a build backend of setuptools.build_meta in pyproject.toml

Regards

rfk commented 5 years ago

Thanks!