diff --git a/AUTHORS b/AUTHORS index de94646c..8c3fed32 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,8 +12,10 @@ Adrian Tejn Kern Andrew Schaaf Danilo de Jesus da Silva Bellini David LaPalomento +dvogel Filip Noetzel Gary van der Merwe +gfxmonk Gora Khargosh Hannu Valtonen Jesse Printz @@ -25,6 +27,7 @@ Malthe Borch Martin Kreichgauer Martin Kreichgauer Mike Lundy +Nicholas Hairs Raymond Hettinger Roman Ovchinnikov Rotem Yaari @@ -43,9 +46,6 @@ Todd Whiteman Will McGugan Yesudeep Mangalapilly Yesudeep Mangalapilly -dvogel -gfxmonk - We would like to thank these individuals for ideas: --------------------------------------------------- diff --git a/README.rst b/README.rst index 829c88a0..8bf98d61 100755 --- a/README.rst +++ b/README.rst @@ -1,8 +1,11 @@ Watchdog ======== -|Build Status| -|CirrusCI Status| +|PyPI Version| +|PyPI Status| +|PyPI Python Versions| +|GitHub Build Status| +|GitHub License| Python API and shell utilities to monitor file system events. @@ -270,7 +273,13 @@ to do: .. _file.monitor: https://github.com/pke/file.monitor .. _pyfilesystem: https://github.com/PyFilesystem/pyfilesystem -.. |Build Status| image:: https://github.com/gorakhargosh/watchdog/workflows/Tests/badge.svg +.. |PyPI Version| image:: https://img.shields.io/pypi/v/watchdog.svg + :target: https://pypi.python.org/pypi/watchdog/ +.. |PyPI Status| image:: https://img.shields.io/pypi/status/watchdog.svg + :target: https://pypi.python.org/pypi/watchdog/ +.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/watchdog.svg + :target: https://pypi.python.org/pypi/watchdog/ +.. |Github Build Status| image:: https://github.com/gorakhargosh/watchdog/workflows/Tests/badge.svg :target: https://github.com/gorakhargosh/watchdog/actions?query=workflow%3ATests -.. |CirrusCI Status| image:: https://api.cirrus-ci.com/github/gorakhargosh/watchdog.svg - :target: https://cirrus-ci.com/github/gorakhargosh/watchdog/ +.. |GitHub License| image:: https://img.shields.io/github/license/gorakhargosh/watchdog.svg + :target: https://github.com/gorakhargosh/watchdog/blob/master/LICENSE diff --git a/setup.py b/setup.py index b0392d0f..951c8bbe 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ ] ), classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators",