Skip to content

Commit

Permalink
chore: Update setup.py & pre-commit hook config.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Jul 19, 2019
1 parent 21baf0f commit 080cde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ repos:
entry: make update-setup-py
pass_filenames: false
language: system
files: ^pyproject\.toml$
files: ^(pyproject\.toml|README\.rst)$
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'name': 'aiohttp-middlewares',
'version': '0.2.0a1',
'description': 'Collection of useful middlewares for aiohttp applications.',
'long_description': '===================\naiohttp-middlewares\n===================\n\n.. image:: https://img.shields.io/circleci/project/github/playpauseandstop/aiohttp-middlewares/master.svg\n :target: https://circleci.com/gh/playpauseandstop/aiohttp-middlewares\n :alt: CircleCI\n\n.. image:: https://img.shields.io/pypi/v/aiohttp-middlewares.svg\n :target: https://pypi.org/project/aiohttp-middlewares/\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/pyversions/aiohttp-middlewares.svg\n :target: https://pypi.org/project/aiohttp-middlewares/\n :alt: Python versions\n\n.. image:: https://img.shields.io/pypi/l/aiohttp-middlewares.svg\n :target: https://github.com/playpauseandstop/aiohttp-middlewares/blob/master/LICENSE\n :alt: BSD License\n\n.. image:: https://coveralls.io/repos/playpauseandstop/aiohttp-middlewares/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/playpauseandstop/aiohttp-middlewares\n :alt: Coverage\n\n.. image:: https://readthedocs.org/projects/aiohttp-middlewares/badge/?version=latest\n :target: http://aiohttp-middlewares.readthedocs.org/en/latest/\n :alt: Documentation\n\nCollection of useful middlewares for `aiohttp <http://aiohttp.readthedocs.org/>`_\napplications.\n\n- Works on Python 3.5+\n- BSD licensed\n- Latest documentation `on Read The Docs\n <https://aiohttp-middlewares.readthedocs.io/>`_\n- Source, issues, and pull requests `on GitHub\n <https://github.com/playpauseandstop/aiohttp-middlewares>`_\n',
'long_description': '===================\naiohttp-middlewares\n===================\n\n.. image:: https://img.shields.io/circleci/project/github/playpauseandstop/aiohttp-middlewares/master.svg\n :target: https://circleci.com/gh/playpauseandstop/aiohttp-middlewares\n :alt: CircleCI\n\n.. image:: https://img.shields.io/pypi/v/aiohttp-middlewares.svg\n :target: https://pypi.org/project/aiohttp-middlewares/\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/pyversions/aiohttp-middlewares.svg\n :target: https://pypi.org/project/aiohttp-middlewares/\n :alt: Python versions\n\n.. image:: https://img.shields.io/pypi/l/aiohttp-middlewares.svg\n :target: https://github.com/playpauseandstop/aiohttp-middlewares/blob/master/LICENSE\n :alt: BSD License\n\n.. image:: https://coveralls.io/repos/playpauseandstop/aiohttp-middlewares/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/playpauseandstop/aiohttp-middlewares\n :alt: Coverage\n\n.. image:: https://readthedocs.org/projects/aiohttp-middlewares/badge/?version=latest\n :target: http://aiohttp-middlewares.readthedocs.org/en/latest/\n :alt: Documentation\n\nCollection of useful middlewares for `aiohttp <http://aiohttp.readthedocs.org/>`_\napplications.\n\n- Works on Python 3.5+\n- Works with aiohttp 3.5+\n- BSD licensed\n- Latest documentation `on Read The Docs\n <https://aiohttp-middlewares.readthedocs.io/>`_\n- Source, issues, and pull requests `on GitHub\n <https://github.com/playpauseandstop/aiohttp-middlewares>`_\n',
'author': 'Igor Davydenko',
'author_email': 'iam@igordavydenko.com',
'url': 'https://igordavydenko.com/projects.html#aiohttp-middlewares',
Expand Down

0 comments on commit 080cde2

Please sign in to comment.