Skip to content

Commit

Permalink
Merge branch 'hotfix/pypi_long_descr'
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew J. Sonne committed Jul 1, 2017
2 parents 635d3e0 + 69017f1 commit 949ce5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from pybuilder.core import use_plugin, init, Author

_version = ('1','1','12')
Expand All @@ -19,6 +20,9 @@
license = "LGLP"
url = "http://lambda.awshelpers.com/"

with open('README.rst') as fp:
description = fp.read()

RUNTIME_DEPENDENCIES = ['boto3']
BUILD_DEPENDENCIES = ['sphinx_rtd_theme','mock','coverage']

Expand Down

0 comments on commit 949ce5c

Please sign in to comment.