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