We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a396d commit 3571d07Copy full SHA for 3571d07
setup.py
@@ -6,7 +6,7 @@
6
author='Balihoo Developers',
7
author_email='devall@balihoo.com',
8
license='MIT',
9
- url='git@github.com:balihoo/fulfillment-lambda-functions.git',
+ url='git+https://github.com/balihoo/fulfillment-lambda-functions.git',
10
install_requires=['boto3', 'python-dateutil', 'requests', 'termcolor', 'lxml', 'beautifulsoup4'],
11
packages=find_packages(exclude=['tests']),
12
include_package_data=True,
0 commit comments