We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3324b76 commit bb3fcecCopy full SHA for bb3fcec
README.txt README.rstREADME.txt renamed to README.rst
@@ -48,12 +48,12 @@ Usage with metric functionality
48
::
49
50
51
- from logentries import LogentriesHandler, Metric
+ from logentries import LogentriesHandler, metrics
52
import time
53
import logging
54
55
56
- TEST = Metric(LOGENTRIES_METRIC_TOKEN)
+ TEST = metrics.Metric(LOGENTRIES_METRIC_TOKEN)
57
58
@TEST.metric()
59
def function_one(t):
setup.py
@@ -10,7 +10,7 @@
10
url='http://pypi.python.org/pypi/Logentries/',
11
license='LICENSE.txt',
12
description='Python Logger plugin to send logs to Logentries',
13
- long_description=open('README.txt').read(),
+ long_description=open('README.rst').read(),
14
install_requires=[
15
"certifi",
16
],
0 commit comments