Skip to content

Commit

Permalink
🔧 Updated toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Dec 7, 2024
1 parent 0cb0267 commit 9711111
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dynamic = ["version","dependencies","optional-dependencies"]
description = "An adept Python CLI utility designed for querying Elasticsearch and exporting result as a CSV file."
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.8"
license = {file = "LICENSE"}
License-File = "LICENSE"
authors = [
{ name = "Nikhil Badyal", email = "[email protected]" },
]
Expand Down Expand Up @@ -48,6 +48,7 @@ esxport = "esxport.cli:cli"
#Hatch
[tool.hatch.metadata]
allow-direct-references = true
core-metadata-version = "2.4"
[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]
[tool.hatch.metadata.hooks.requirements_txt.optional-dependencies]
Expand All @@ -56,9 +57,10 @@ dev = ["requirements.dev.txt"]
path = "esxport/__init__.py"
[tool.hatch.build.targets.sdist]
only-include = ["esxport"]
core-metadata-version = "2.4"
[tool.hatch.build.targets.wheel]
only-include = ["esxport"]

core-metadata-version = "2.4"



Expand Down

0 comments on commit 9711111

Please sign in to comment.