Skip to content

Commit

Permalink
Fix setup.py after reading documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesEbke committed Sep 19, 2019
1 parent 0f98370 commit cafc946
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='aws_list_all',
version='0.7.0',
version='0.7.1',
description='List all your AWS resources, all regions, all services.',
long_description=long_description,
url='https://github.com/JohannesEbke/aws_list_all',
Expand All @@ -37,7 +37,5 @@
'aws-list-all=aws_list_all.__main__:main',
],
},
package_data={
'aws_list_all': ['aws_list_all/endpoint_hosts.json', 'aws_list_all/service_regions.json'],
},
include_package_data=True,
)

0 comments on commit cafc946

Please sign in to comment.