Skip to content

Commit bb3fcec

Browse files
author
StephenHynes7
committed
Fix documentation, change file format
1 parent 3324b76 commit bb3fcec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.txt renamed to README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Usage with metric functionality
4848
::
4949

5050

51-
from logentries import LogentriesHandler, Metric
51+
from logentries import LogentriesHandler, metrics
5252
import time
5353
import logging
5454

5555

56-
TEST = Metric(LOGENTRIES_METRIC_TOKEN)
56+
TEST = metrics.Metric(LOGENTRIES_METRIC_TOKEN)
5757

5858
@TEST.metric()
5959
def function_one(t):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url='http://pypi.python.org/pypi/Logentries/',
1111
license='LICENSE.txt',
1212
description='Python Logger plugin to send logs to Logentries',
13-
long_description=open('README.txt').read(),
13+
long_description=open('README.rst').read(),
1414
install_requires=[
1515
"certifi",
1616
],

0 commit comments

Comments
 (0)