Skip to content

Commit 3b54345

Browse files
committed
Updated name and dependecy
1 parent 5a358bc commit 3b54345

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
from setuptools import setup
22

3-
setup(name='salesforce',
3+
setup(name='salesforce-python',
44
version='0.2',
55
description='API wrapper for Salesforce written in Python',
66
url='https://github.com/GearPlug/salesforce-python',
77
author='Miguel Ferrer',
88
author_email='[email protected]',
99
license='GPL',
1010
packages=['salesforce'],
11+
install_requires=[
12+
'requests',
13+
],
1114
zip_safe=False)

0 commit comments

Comments
 (0)