@@ -3,19 +3,16 @@ requires = ["setuptools>=64"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " monsterui"
6+ name = " monsterui"
77dynamic = [" version" ]
88description = " The simplicity of FastHTML with the power of Tailwind"
99readme = " README.md"
10- requires-python = " >=3.10"
10+ requires-python = " >=3.10"
1111license = {text = " Apache-2.0" }
1212authors = [{name = " isaac flath" , email = " isaac.flath@gmail.com" }]
1313keywords = [' nbdev' , ' jupyter' , ' notebook' , ' python' ]
14- classifiers = [
15- " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3 :: Only" ,
17- ]
18- dependencies = [" python-fasthtml" ," fastcore" ," lxml" ," mistletoe" ," mistlefoot>=0.0.2" ," beautifulsoup4" ]
14+ classifiers = [" Natural Language :: English" , " Intended Audience :: Developers" , " Development Status :: 3 - Alpha" , " Programming Language :: Python :: 3" , " Programming Language :: Python :: 3 :: Only" ]
15+ dependencies = [' python-fasthtml' , ' fastcore' , ' lxml' , ' mistletoe' , ' mistlefoot>=0.0.2' , ' beautifulsoup4' ]
1916
2017[project .urls ]
2118Repository = " https://github.com/AnswerDotAI/MonsterUI"
@@ -24,14 +21,14 @@ Documentation = "https://monsterui.answer.ai/MonsterUI"
2421[project .entry-points .nbdev ]
2522monsterui = " monsterui._modidx:d"
2623
24+ [project .optional-dependencies ]
25+ dev = [' pandas' , ' jinja2' , ' llms-txt' , ' pysymbol_llm' ]
26+
2727[tool .setuptools .dynamic ]
2828version = {attr = " monsterui.__version__" }
2929
3030[tool .setuptools .packages .find ]
3131include = [" monsterui" ]
3232
33- [project .optional-dependencies ]
34- dev = [" pandas" ," jinja2" ," llms-txt" ," pysymbol_llm" ]
35-
3633[tool .nbdev ]
3734custom_sidebar = false
0 commit comments