|
37 | 37 | 'include_package_data': True, |
38 | 38 | 'zip_safe': False, |
39 | 39 | 'classifiers': [ |
40 | | - 'Development Status :: 3 - Alpha', |
| 40 | + 'Development Status :: 4 - Beta', |
41 | 41 | 'Intended Audience :: Developers', |
42 | 42 | 'License :: OSI Approved :: Apache Software License', |
43 | 43 | 'Operating System :: OS Independent', |
|
58 | 58 | ] |
59 | 59 |
|
60 | 60 | setup( |
61 | | - author='Google Cloud Platform', |
62 | | - |
63 | 61 | name='google-cloud-speech', |
64 | 62 | version='0.27.0', |
65 | 63 | description='Python Client for Google Cloud Speech', |
|
74 | 72 | ], |
75 | 73 | packages=find_packages(exclude=('tests*',)), |
76 | 74 | install_requires=REQUIREMENTS, |
77 | | - url='https://github.com/GoogleCloudPlatform/google-cloud-python', |
78 | | - license='Apache 2.0', |
79 | | - platforms='Posix; MacOS X; Windows', |
80 | | - include_package_data=True, |
81 | | - zip_safe=False, |
82 | | - scripts=[], |
83 | | - classifiers=[ |
84 | | - 'Development Status :: 4 - Beta', |
85 | | - 'Intended Audience :: Developers', |
86 | | - 'License :: OSI Approved :: Apache Software License', |
87 | | - 'Operating System :: OS Independent', |
88 | | - 'Programming Language :: Python :: 2', |
89 | | - 'Programming Language :: Python :: 2.7', |
90 | | - 'Programming Language :: Python :: 3', |
91 | | - 'Programming Language :: Python :: 3.4', |
92 | | - 'Programming Language :: Python :: 3.5', |
93 | | - 'Programming Language :: Python :: 3.6', |
94 | | - 'Topic :: Internet', |
95 | | - ], |
| 75 | + **SETUP_BASE |
96 | 76 | ) |
0 commit comments