-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing
6 changed files
with
98 additions
and
63 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
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
# Licence: Please refer to LICENSE file | ||
|
||
|
||
__version__ = "1.0.0" | ||
__version__ = "1.1.0" |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
app_name = "frappe_better_list_view" | ||
app_title = "Frappe Better List View" | ||
app_publisher = "Ameen Ahmed (Level Up)" | ||
app_description = "Frappe list view that allows setting the number of rows per page and fetching a list of fields without displaying their values." | ||
app_description = "Frappe list view plugin that allows modification." | ||
app_icon = "octicon octicon-list-unordered" | ||
app_color = "blue" | ||
app_email = "[email protected]" | ||
|
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "frappe_better_list_view" | |
authors = [ | ||
{name = "Ameen Ahmed (Level Up)", email = "[email protected]"} | ||
] | ||
description = "Frappe list view that allows setting the number of rows per page and fetching a list of fields without displaying their values." | ||
description = "Frappe list view plugin that allows modification." | ||
keywords = ["frappe", "list view", "better list view"] | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
setup( | ||
name='frappe_better_list_view', | ||
version=version, | ||
description='Frappe list view that allows setting the number of rows per page and fetching a list of fields without displaying their values.', | ||
description='Frappe list view plugin that allows modification.', | ||
author='Ameen Ahmed (Level Up)', | ||
author_email='[email protected]', | ||
packages=find_packages(), | ||
|