diff --git a/pyproject.toml b/pyproject.toml index 3db9c48..cdc2ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # pyproject.toml [build-system] -requires = ["setuptools>=61.0.0", "wheel"] +requires = ["setuptools>=61.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -16,7 +16,16 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", ] -keywords = ['ui', 'python', 'html', 'framework','frontend','bootstrap'] +keywords = [ + 'ui', + 'python', + 'html', + 'framework', + 'frontend', + 'css', + 'bootstrap', + 'tailwind', +] dependencies = [] requires-python = ">=3.5" @@ -27,4 +36,7 @@ dev = [] Homepage = "https://github.com/MohammadrezaAmani/" [tool.setuptools] -py-modules = ['inui'] \ No newline at end of file +py-modules = ['inui'] + +[project.scripts] +inui = "inui.hotreload:main"