File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
3535Usage
3636-----
Original file line number Diff line number Diff line change 99from cf_logging .core .framework import Framework
1010from 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
1515framework = None # pylint: disable=invalid-name
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments