From 9b63083d33909fab9ef4eebb716cbe9d751e9e1a Mon Sep 17 00:00:00 2001 From: Steve Garon Date: Mon, 30 Mar 2020 23:50:57 -0400 Subject: [PATCH] Updated dev environment to use relative paths Updated dev image to 4.0.17 Change dev environment to match future github paths --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 24ccc42..53e4c09 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,9 @@ name="assemblyline-service-client", version=package_version, description="Assemblyline (v4) automated malware analysis framework - Service client components.", - long_description="This package provides the service client components for the Assemblyline v4 malware analysis framework.", - url="https://bitbucket.org/cse-assemblyline/alv4_service_client/", + long_description="This package provides the service client components for " + "the Assemblyline v4 malware analysis framework.", + url="https://github.com/CybercentreCanada/assemblyline-service-client/", author="CCCS Assemblyline development team", author_email="assemblyline@cyber.gc.ca", license="MIT",