Skip to content

Commit 9248e10

Browse files
committed
Improve documentation
1 parent c2967d5 commit 9248e10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install the package with pip:
3030

3131
::
3232

33-
pip install -e git+https://github.com/SAP/cf-python-logging-support.git#egg=sap_cf_logging
33+
pip install sap_cf_logging
3434

3535
Usage
3636
-----

cf_logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from cf_logging.core.framework import Framework
1010
from cf_logging.formatters.json_formatter import JsonFormatter
1111

12-
__version__ = '3.0.0'
12+
__version__ = '3.0.1'
1313

1414
_setup_done = False # pylint: disable=invalid-name
1515
framework = None # pylint: disable=invalid-name

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url='https://github.com/SAP/cf-python-logging-support',
1616
license='Apache License, Version 2.0',
1717
author='SAP',
18-
description='Cloud Foundry Python Logging Support',
18+
description='Python logging library to emit JSON logs in a SAP CloudFoundry environment',
1919
long_description_content_type='text/x-rst',
2020
packages=find_packages(include=['cf_logging*']),
2121
include_package_data=True,

0 commit comments

Comments
 (0)