Skip to content

Commit

Permalink
update dependencies and fix setup.py to use index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 15, 2019
1 parent 80fcf77 commit bc9668b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ django-rest-auth==0.9.5
# AWS
docutils==0.14 # botocore dependency
jmespath==0.9.4 # boto3 botocore dependency
boto3==1.9.168
botocore==1.12.168
boto3==1.9.169
botocore==1.12.169
s3transfer==0.2.1

# Dynamic Documentations
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


here = os.path.dirname(os.path.abspath(__file__))
with open(os.path.join(here, 'README.rst')) as f:
with open(os.path.join(here, 'index.rst')) as f:
long_description = f.read().strip()

setup(
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.github_repository_name}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ django-rest-auth==0.9.5
# AWS
docutils==0.14 # botocore dependency
jmespath==0.9.4 # boto3 botocore dependency
boto3==1.9.168
botocore==1.12.168
boto3==1.9.169
botocore==1.12.169
s3transfer==0.2.1

# Dynamic Documentations
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.github_repository_name}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


here = os.path.dirname(os.path.abspath(__file__))
with open(os.path.join(here, 'README.rst')) as f:
with open(os.path.join(here, 'index.rst')) as f:
long_description = f.read().strip()

setup(
Expand Down

0 comments on commit bc9668b

Please sign in to comment.