Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bulk_import_export_template/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
app_email = "munim@invento.com.bd"
app_license = "mit"

from . import __version__ as app_version

# Apps
# ------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bulk_import_export_template"
authors = [
{ name = "Invento Software Limited", email = "munim@invento.com.bd"}
]
description = "na"
description = "Enhances Frappe Data Import tool by providing customizable field selection templates for bulk import and export."
requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
Expand Down