diff --git a/setup.py b/setup.py index bea672b..32b6fe3 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ BASEDIR = os.path.abspath(os.path.dirname(__file__)) def get_version(): """ Find the version of the package""" - version_file = os.path.join(BASEDIR, 'ovos_phal_plugin_discord_bot', 'version.py') + version_file = os.path.join(BASEDIR, 'ovos_PHAL_plugin_discord_bot', 'version.py') major, minor, build, alpha = (None, None, None, None) with open(version_file) as f: for line in f: