File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2630Usage
2731-----
2832
Original file line number Diff line number Diff line change 1111
1212setuptools .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" ,
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' ,
You can’t perform that action at this time.
0 commit comments