Metadata-Version: 2.1
Name: tox-poetry-dev-dependencies
Version: 0.0.0
Summary: tox-poetry-dev-dependencies library
Home-page: https://pypi.org/project/tox-poetry-dev-dependencies/
Author: sinoroc
Author-email: sinoroc.code+python@gmail.com
License: Apache-2.0
Project-URL: GitHub, https://github.com/sinoroc/tox-poetry-dev-dependencies
Project-URL: GitLab, https://gitlab.com/sinoroc/tox-poetry-dev-dependencies
Description: ..
        
        
        Introduction
        ============
        
        Let Tox know about Poetry's development dependencies.
        
        
        Repositories
        ------------
        
        Distributions:
        
        * https://pypi.org/project/tox-poetry-dev-dependencies/
        
        
        Source code:
        
        * https://github.com/sinoroc/tox-poetry-dev-dependencies
        * https://gitlab.com/sinoroc/tox-poetry-dev-dependencies
        
        
        Usage
        =====
        
        Set the ``add_poetry_dev_dependencies`` to ``True`` to let Tox install Poetry's
        development dependencies in the test environment.
        
        .. code::
        
            [testenv]
            add_poetry_dev_dependencies = True
            # ...
        
        
        .. EOF
        
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Provides-Extra: plugin_tox
Provides-Extra: dev_package
Provides-Extra: dev_test
