From 8f83adbcfe843f5a27810dce26c302bbec4a678a Mon Sep 17 00:00:00 2001 From: jmartinezbernet Date: Wed, 16 Dec 2020 18:38:51 +0100 Subject: [PATCH 1/2] Changed setup to allow use the repo as requirement for other fever projects --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c36c79d..732303b 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ setup( version='1.3.1', - name='Salesforce-FuelSDK', - description='Salesforce Marketing Cloud Fuel SDK for Python', + name='Fever-FuelSDK', + description='Fever Salesforce Marketing Cloud Fuel SDK for Python', long_description=readme, long_description_content_type="text/markdown", author='ExactTarget', py_modules=['ET_Client'], packages=['FuelSDK'], - url='https://github.com/salesforce-marketingcloud/FuelSDK-Python', + url='https://github.com/Feverup/FuelSDK-Python', license='MIT', install_requires=[ 'pyjwt>=1.5.3', From 7aeeef3c850719812d8cc75387332e7067a3de64 Mon Sep 17 00:00:00 2001 From: Miguel Gamallo Date: Mon, 1 Feb 2021 11:59:39 +0100 Subject: [PATCH 2/2] Change author and first lines of README (for PyPi) --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4e61a0..38c3295 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FuelSDK-Python v1.3.0 -Salesforce Marketing Cloud Fuel SDK for Python +Feverup's fork of Salesforce Marketing Cloud Fuel SDK for Python ## Overview diff --git a/setup.py b/setup.py index 732303b..79c3d08 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description='Fever Salesforce Marketing Cloud Fuel SDK for Python', long_description=readme, long_description_content_type="text/markdown", - author='ExactTarget', + author='Feverup', py_modules=['ET_Client'], packages=['FuelSDK'], url='https://github.com/Feverup/FuelSDK-Python', @@ -27,4 +27,4 @@ 'Topic :: Software Development :: Libraries', 'Programming Language :: Python :: 3.3', ], -) \ No newline at end of file +)