Skip to content

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

Notifications You must be signed in to change notification settings

uranusjr/setuptools-localimport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setuptools-LocalImport

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

Usage

Add the followings to your pyproject.toml:

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages