forked from taraslayshchuk/es2csv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cb0267
commit 9711111
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" }, | ||
] | ||
|
@@ -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] | ||
|
@@ -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" | ||
|
||
|
||
|
||
|