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.
2 parents 043dc42 + 11714eb commit c2967d5Copy full SHA for c2967d5
README.rst
@@ -30,7 +30,7 @@ Install the package with pip:
30
31
::
32
33
- pip install -e cf-python-logging-support git+https://github.com/SAP/cf-python-logging-support.git
+ pip install -e git+https://github.com/SAP/cf-python-logging-support.git#egg=sap_cf_logging
34
35
Usage
36
-----
setup.py
@@ -10,7 +10,7 @@
10
VERSION = str(ast.literal_eval(_VERSION_REGEX.search(f.read().decode('utf-8')).group(1)))
11
12
setup(
13
- name='cf-python-logging-support',
+ name='sap_cf_logging',
14
version=VERSION,
15
url='https://github.com/SAP/cf-python-logging-support',
16
license='Apache License, Version 2.0',
0 commit comments