Added plugin.run() with arguments. /JL

This commit is contained in:
Jan Lerking
2025-03-27 09:35:29 +01:00
parent b5d2e1b0be
commit 34ba757bc6
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name="XtendR",
version="0.1.3",
version="0.2.0",
packages=find_packages(),
install_requires=[],
author="Jan Lerking",