Skip to content

Commit

Permalink
Fixing merge conflict in setup.py for Speech. (googleapis#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes authored and lukesneeringer committed Jul 17, 2017
1 parent 408f357 commit fe9b6cf
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'include_package_data': True,
'zip_safe': False,
'classifiers': [
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
Expand All @@ -58,8 +58,6 @@
]

setup(
author='Google Cloud Platform',
author_email='googleapis-packages@google.com',
name='google-cloud-speech',
version='0.27.0',
description='Python Client for Google Cloud Speech',
Expand All @@ -74,23 +72,5 @@
],
packages=find_packages(exclude=('tests*',)),
install_requires=REQUIREMENTS,
url='https://github.com/GoogleCloudPlatform/google-cloud-python',
license='Apache 2.0',
platforms='Posix; MacOS X; Windows',
include_package_data=True,
zip_safe=False,
scripts=[],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet',
],
**SETUP_BASE
)

0 comments on commit fe9b6cf

Please sign in to comment.