Metadata-Version: 1.1
Name: virtualenv-relocate
Version: 0.1.0
Summary: https://github.com/pypa/virtualenv/issues/558
Home-page: https://github.com/bninja/virtualenv-relocate
Author: noone
Author-email: noone@nowhere.net
License: BSD
Description: ===================
        virtualenv-relocate
        ===================
        
        Stuff missing from virtualenv relocatable feature: https://github.com/pypa/virtualenv/issues/558.
        
        Apply to **existing** virtualenv like:
        
        .. code:: bash
        
            $ virtualenv --relocatable /my/venv
            $ virtualenv-relocate /my/venv
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
