From cf7bb708097ecb29901ebb3110c231c3b3663333 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Thu, 19 Mar 2015 11:53:32 +0000 Subject: [PATCH] Mention requirement for licensing information Repositories should always have proper licensing information. --- CONTRIBUTING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6a56d74b2..2e09f493b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -38,6 +38,9 @@ the following: - a ``README.txt`` describing how to use the plugin and on which platforms it runs. +- a ``LICENSE.txt`` file or equivalent containing the licensing + information, with matching info in ``setup.py``. + - an issue tracker unless you rather want to use the core ``pytest`` issue tracker.