Skip to content

Commit 2ea1549

Browse files
authored
Update requirements.txt (#3)
* Update requirements.txt * Update setup.py
1 parent b0bf57e commit 2ea1549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ovos-plugin-manager>=0.0.26,<2.0.0
1+
ovos-plugin-manager>=0.0.26,<3.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_version():
4646

4747
PLUGIN_ENTRY_POINT = 'ovos-solver-failure-plugin=ovos_solver_failure_plugin:FailureSolver'
4848
setup(
49-
name='ovos-solver-failure-plugin',
49+
name='ovos_solver_failure_plugin',
5050
version=get_version(),
5151
description='A question solver plugin for ovos/neon/mycroft',
5252
url='https://github.com/OpenVoiceOS/ovos-solver-failure-plugin',

0 commit comments

Comments
 (0)