Removes tools from grouping.
This commit is contained in:
16
html2text/pyproject.toml
Normal file
16
html2text/pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "html2text"
|
||||
version = "0.1.0"
|
||||
description = "Convert HTML content to plain text"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
html2text = "html2text.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/html2text"]
|
||||
Reference in New Issue
Block a user