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 c36c79d..79c3d08 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', + author='Feverup', 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', @@ -27,4 +27,4 @@ 'Topic :: Software Development :: Libraries', 'Programming Language :: Python :: 3.3', ], -) \ No newline at end of file +)