Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
Error
Project file has a ‘pyproject.toml’ and
its build backend is missing the ‘build_editable’ hook.

This is due to a limitation in Setuptools support for PEP 660.
pypa/setuptools#2816
  • Loading branch information
gurza committed May 22, 2022
1 parent d18ce34 commit ecfe20e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit ecfe20e

Please sign in to comment.