Metadata-Version: 1.1
Name: setuptools-localimport
Version: 1.0.1
Summary: Shim to Setuptools PEP 517 build backend to patch sys.path.
Home-page: https://github.com/uranusjr/setuptools-localimport
Author: Tzu-ping Chung
Author-email: uranusjr@gmail.com
License: ISC License
Description: ======================
        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"
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
