Skip to content

Commit

Permalink
feat:release
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Sep 10, 2024
1 parent b25799c commit a930a3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
def get_version():
""" Find the version of the package"""
version_file = f'{BASEDIR}/ovos_stt_plugin_chromium/version.py'
print(f"ERROR: version file: {version_file}")
major, minor, build, alpha = (None, None, None, None)
with open(version_file) as f:
for line in f:
Expand All @@ -37,15 +36,15 @@ def get_version():
setup(
name='ovos-stt-plugin-chromium',
version=get_version(),
description='A stt plugin for mycroft using the google chrome browser api',
description='A stt plugin for OVOS using the google chrome browser api',
url='https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium',
author='JarbasAi',
author_email='[email protected]',
license='Apache-2.0',
packages=['ovos_stt_plugin_chromium'],
install_requires=["requests",
"ovos_utils>=0.0.12a1",
"ovos-plugin-manager>=0.0.1a7"],
"ovos_utils>=0.0.12",
"ovos-plugin-manager>=0.0.1"],
zip_safe=True,
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit a930a3b

Please sign in to comment.