Skip to content

Commit a06a2b4

Browse files
committed
This project is no longer maintained
1 parent 83f7702 commit a06a2b4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ client that can queue or batch events and then send them in a single message.
2323
* `Documentation on Read the Docs <http://riemann-client.readthedocs.org/en/latest/>`_
2424
* `Packages on PyPI <https://pypi.python.org/pypi/riemann-client>`_
2525

26+
**This project is no longer maintained. Please contact me by opening an issue
27+
on the GitHub project if you'd like to fork this repository and take over the
28+
``riemann-client`` PyPI package.**
29+
2630
Usage
2731
-----
2832

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name='riemann-client',
14-
version='6.6.0',
14+
version='7.0.0pre1',
1515

1616
author="Sam Clements",
1717
author_email="sam.clements@datasift.com",
@@ -44,7 +44,7 @@
4444
},
4545

4646
classifiers=[
47-
'Development Status :: 5 - Production/Stable',
47+
'Development Status :: 7 - Inactive',
4848
'License :: OSI Approved',
4949
'License :: OSI Approved :: MIT License',
5050
'Programming Language :: Python',

0 commit comments

Comments
 (0)