Skip to content

Commit

Permalink
Updated the setup.py to remove the README file open.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcohoon committed May 9, 2016
1 parent cd2e60a commit b12c8bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
here = os.path.abspath(os.path.dirname(__file__))


with open(os.path.join(here, 'README.md')) as f:
README = f.read()


REQUIREMENTS = [
'google-api-python-client >= 1.2.0',
'google-apputils >= 0.4.0',
Expand All @@ -34,7 +30,7 @@

setup(
name='gav4',
version='0.1.1',
version='0.1.2',
description='Google Analytics V4 API Compatibility Library',
author='Google Analytics Platform',
author_email='[email protected]',
Expand Down

0 comments on commit b12c8bd

Please sign in to comment.