Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uranusjr/setuptools-localimport

Shim to Setuptools PEP 517 build backend to patch sys.path
https://github.com/uranusjr/setuptools-localimport

Last synced: about 1 month ago
JSON representation

Shim to Setuptools PEP 517 build backend to patch sys.path

Awesome Lists containing this project

README

        

======================
Setuptools-LocalImport
======================

Shim to Setuptools's PEP 517 build backend to patch `sys.path`. An attempt to
work around `pypa/pip#6163`_.

.. _`pypa/pip#6163`: https://github.com/pypa/pip/issues/6163

Usage
=====

Add the followings to your pyproject.toml::

[build-system]
requires = ["setuptools-localimport"]
build-backend = "setuptools_localimport"