Skip to content

Commit

Permalink
Add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
chintal committed Oct 21, 2019
1 parent e75c57b commit d153266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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
-----------------

Expand Down
2 changes: 1 addition & 1 deletion app/setup.py
Expand Up @@ -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=[
Expand Down

0 comments on commit d153266

Please sign in to comment.