[chore] Add build system and pakage location
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "texteller"
|
name = "texteller"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="OleehyO", email="leehy0357@gmail.com" }
|
{ name="OleehyO", email="leehy0357@gmail.com" }
|
||||||
]
|
]
|
||||||
version = "0.1.2"
|
version = "1.0.0"
|
||||||
description = "Texteller is a tool for converting latex image to text"
|
description = "Texteller is a tool for converting latex image to text"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
@@ -49,3 +53,6 @@ ignore = [
|
|||||||
"E501",
|
"E501",
|
||||||
"W293",
|
"W293",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["texteller"]
|
||||||
|
|||||||
Reference in New Issue
Block a user