Skip to content

Commit

Permalink
fix; skilljson (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 15, 2024
1 parent 60b1e89 commit e08daf9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 0 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
recursive-include dialog *
recursive-include vocab *
recursive-include locale *
recursive-include res *
recursive-include ui *
include *.json
include *.txt
16 changes: 16 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"skill_id": "ovos-skill-personal.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-personal",
"name": "Assistant's Background",
"description": "Learn history and personality of the assistant. Ask about the 'birth' and parentage of the voice assistant and get a taste of the community who is fostering this open source artificial intelligence.",
"examples": [
"When were you created?",
"What are you?",
"Where were you born?",
"Who made you?"
],
"tags": [
"personality",
"persona"
]
}
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

def get_version():
""" Find the version of the package"""
version = None
version_file = os.path.join(BASEDIR, 'version.py')
major, minor, build, alpha = (None, None, None, None)
with open(version_file) as f:
Expand Down

0 comments on commit e08daf9

Please sign in to comment.