summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Glass <git@doismellburning.co.uk>2015-11-08 17:17:35 +0000
committerKristian Glass <git@doismellburning.co.uk>2015-11-08 17:17:35 +0000
commit721106b5adff2c743d3817f4b99e15d81b9185c7 (patch)
tree8133170f0d608f0ed511ef55413e821699b2f90a
parentb07759504a4bf393aa0e3fdd1f6a7300aaefbd1b (diff)
downloadpep8-721106b5adff2c743d3817f4b99e15d81b9185c7.tar.gz
Document standalone + py26 aims
"This library aims to support Python 2.6 and work as a standalone script with no dependencies." https://github.com/PyCQA/pep8/pull/455#issuecomment-151712140
-rw-r--r--docs/developer.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 3fcdc38..8f1ddc1 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -31,6 +31,8 @@ Some high-level aims and directions to bear in mind for contributions:
* If you want to provide extensibility / plugins,
please see `flake8 <https://gitlab.com/pycqa/flake8>`_ -
``pep8`` doesn't want or need a plugin architecture.
+* Python 2.6 support is still deemed important.
+* ``pep8`` aims to have no external dependencies.
Contribute