Skip to content
Snippets Groups Projects
Commit 4e50e6be authored by Amir Rachum's avatar Amir Rachum
Browse files

Added classifiers for specific Python versions and a README badge.

parent 9bee6e93
No related branches found
No related tags found
No related merge requests found
pydocstyle - docstring style checker
====================================
 
.. image:: https://travis-ci.org/PyCQA/pydocstyle.svg?branch=master
:target: https://travis-ci.org/PyCQA/pydocstyle
.. image:: https://ci.appveyor.com/api/projects/status/40kkc366bmrrttca/branch/master?svg=true
:target: https://ci.appveyor.com/project/Nurdok/pydocstyle/branch/master
.. image:: https://readthedocs.org/projects/pydocstyle/badge/?version=latest
:target: https://readthedocs.org/projects/pydocstyle/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/pyversions/pydocstyle.svg
:target: https://pypi.org/project/pydocstyle
(formerly pep257)
 
**pydocstyle** is a static analysis tool for checking compliance with Python
Loading
Loading
@@ -41,16 +56,6 @@ Run
Links
-----
 
.. image:: https://travis-ci.org/PyCQA/pydocstyle.svg?branch=master
:target: https://travis-ci.org/PyCQA/pydocstyle
.. image:: https://ci.appveyor.com/api/projects/status/40kkc366bmrrttca/branch/master?svg=true
:target: https://ci.appveyor.com/project/Nurdok/pydocstyle/branch/master
.. image:: https://readthedocs.org/projects/pydocstyle/badge/?version=latest
:target: https://readthedocs.org/projects/pydocstyle/?badge=latest
:alt: Documentation Status
* `Read the full documentation here <http://pydocstyle.org>`_.
 
* `Fork pydocstyle on GitHub <http://github.com/PyCQA/pydocstyle>`_.
Loading
Loading
Loading
Loading
@@ -29,8 +29,14 @@ setup(
classifiers=[
'Intended Audience :: Developers',
'Environment :: Console',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Operating System :: OS Independent',
'License :: OSI Approved :: MIT License',
],
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment