Skip to content

Commit 8662ec8

Browse files
committed
pyproject fix
1 parent 492eac8 commit 8662ec8

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@ requires = ["setuptools>=64"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name="monsterui"
6+
name = "monsterui"
77
dynamic = ["version"]
88
description = "The simplicity of FastHTML with the power of Tailwind"
99
readme = "README.md"
10-
requires-python=">=3.10"
10+
requires-python = ">=3.10"
1111
license = {text = "Apache-2.0"}
1212
authors = [{name = "isaac flath", email = "isaac.flath@gmail.com"}]
1313
keywords = ['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]
2118
Repository = "https://github.com/AnswerDotAI/MonsterUI"
@@ -24,14 +21,14 @@ Documentation = "https://monsterui.answer.ai/MonsterUI"
2421
[project.entry-points.nbdev]
2522
monsterui = "monsterui._modidx:d"
2623

24+
[project.optional-dependencies]
25+
dev = ['pandas', 'jinja2', 'llms-txt', 'pysymbol_llm']
26+
2727
[tool.setuptools.dynamic]
2828
version = {attr = "monsterui.__version__"}
2929

3030
[tool.setuptools.packages.find]
3131
include = ["monsterui"]
3232

33-
[project.optional-dependencies]
34-
dev = ["pandas","jinja2","llms-txt","pysymbol_llm"]
35-
3633
[tool.nbdev]
3734
custom_sidebar = false

0 commit comments

Comments
 (0)