added version
This commit is contained in:
parent
08a4c41caa
commit
6aedc5a275
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -4,6 +4,7 @@ import os
|
|||
from os import walk, path
|
||||
|
||||
PYPI_NAME = "skill-ovos-fallback-kagi" # pip install PYPI_NAME
|
||||
VERSION = "0.0.1"
|
||||
URL = f"https://code.sitosis.com/rudism/{PYPI_NAME}"
|
||||
SKILL_CLAZZ = "KagiSkill" # needs to match __init__.py class name
|
||||
|
||||
|
@ -43,7 +44,7 @@ def find_resource_files():
|
|||
# Setup configuration
|
||||
setup(
|
||||
name=PYPI_NAME,
|
||||
version=get_version(),
|
||||
version=VERSION,
|
||||
description='ovos Kagi skill',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Loading…
Add table
Reference in a new issue