Metadata-Version: 2.1
Name: pyscaffoldext-nox
Version: 0.0.7
Summary: Use nox in scaffolding
Home-page: https://github.com/jaustinpage/pyscaffoldext-nox/
Author: Austin Page
Author-email: jaustinpage@gmail.com
License: MIT
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE.txt

=================
pyscaffoldext-nox
=================


Nox for pyscaffold.


Usage
=====

Just install this package with ``pip install ${project}`` and note that ``putup -h`` shows a new option ``--nox``. Use this flag to use nox for your next project.


.. _pyscaffold-notes:

Making Changes & Contributing
=============================

This project uses `pre-commit`_, please make sure to install it before making any
changes::

    pip install pre-commit
    cd pyscaffoldext-nox
    pre-commit install

It is a good idea to update the hooks to the latest version::

    pre-commit autoupdate

Don't forget to tell your contributors to also install and use pre-commit.

.. _pre-commit: https://pre-commit.com/

Note
====

This project has been set up using PyScaffold 4.2.2. For details and usage
information on PyScaffold see https://pyscaffold.org/.
