From d15326615542b83a7c30356162a6fddc104c7a35 Mon Sep 17 00:00:00 2001 From: Chintalagiri Shashank Date: Mon, 21 Oct 2019 07:37:26 +0530 Subject: [PATCH] Add github link --- README.md | 3 +++ app/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 407c466..a4890d9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Deployment Instructions docker-compose up should do it. The API should be listening on port 1079. +The code should be available for the next couple of weeks on +https://github.com/chintal/test-devops + Solution Overview ----------------- diff --git a/app/setup.py b/app/setup.py index 5a72b10..052cf22 100644 --- a/app/setup.py +++ b/app/setup.py @@ -49,7 +49,7 @@ def read(fname): author_email="shashank.chintalagiri@gmail.in", description="legalist devops test", long_description='\n'.join([read('README.rst'), read('CHANGELOG.rst')]), - url='https://github.com/chintal/test-devops-legalist', + url='https://github.com/chintal/test-devops', packages=find_packages('src'), package_dir={'': 'src'}, classifiers=[