Skip to content

Commit

Permalink
fix(hotreload): add hot reload to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaAmani committed Nov 9, 2024
1 parent e930724 commit f73f7c1
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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"

Expand All @@ -27,4 +36,7 @@ dev = []
Homepage = "https://github.com/MohammadrezaAmani/"

[tool.setuptools]
py-modules = ['inui']
py-modules = ['inui']

[project.scripts]
inui = "inui.hotreload:main"

0 comments on commit f73f7c1

Please sign in to comment.