bug fixes installer

main
Steve Nyemba 2 months ago
parent 669e0f2adc
commit 5555f825a1

@ -1,6 +1,6 @@
__author__="steve l. nyemba<steve@the-phi.com>" __author__="steve l. nyemba<steve@the-phi.com>"
__version__="0.1" __version__="0.1"
__app_name="plugins-ix" __app_name__="plugins-ix"
__license__=""" __license__="""
Copyright 2025, Steve L. Nyemba <steve@the-phi.com> Copyright 2025, Steve L. Nyemba <steve@the-phi.com>

@ -6,9 +6,9 @@ import meta
_args = { _args = {
"name":meta.__app_name__, "name":meta.__app_name__,
"version":meta.__version__ "version":meta.__version__,
"author":meta.__author__, "author":meta.__author__,
"packages": find_packages(include=['meta','plugins'), "packages": find_packages(include=['meta','plugins']),
"scripts":["bin/plugin-ix"] "scripts":["bin/plugin-ix"]
} }

Loading…
Cancel
Save