From 11714eb7170ebdfdaf297917e5b8549db8206b5f Mon Sep 17 00:00:00 2001 From: Georgi Vachkov Date: Thu, 7 Dec 2017 09:30:07 +0200 Subject: [PATCH] Add sap to the distribution name --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e5d777e..99208ba 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Install the package with pip: :: - 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 Usage ----- diff --git a/setup.py b/setup.py index 22a1cf3..e04da45 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ VERSION = str(ast.literal_eval(_VERSION_REGEX.search(f.read().decode('utf-8')).group(1))) setup( - name='cf-python-logging-support', + name='sap_cf_logging', version=VERSION, url='https://github.com/SAP/cf-python-logging-support', license='Apache License, Version 2.0',