Skip to content

Commit c2967d5

Browse files
authored
Merge pull request #3 from SAP/rename-distribution
Add sap to the distribution name
2 parents 043dc42 + 11714eb commit c2967d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 cf-python-logging-support git+https://github.com/SAP/cf-python-logging-support.git
33+
pip install -e git+https://github.com/SAP/cf-python-logging-support.git#egg=sap_cf_logging
3434

3535
Usage
3636
-----

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
VERSION = str(ast.literal_eval(_VERSION_REGEX.search(f.read().decode('utf-8')).group(1)))
1111

1212
setup(
13-
name='cf-python-logging-support',
13+
name='sap_cf_logging',
1414
version=VERSION,
1515
url='https://github.com/SAP/cf-python-logging-support',
1616
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)