This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
forked from jic-dtool/dserver-search-plugin-mongo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jotelha/2024-01-31-sorting
2024 01 31 sorting
- Loading branch information
Showing
6 changed files
with
42 additions
and
112 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""dtool-lookup-server-search-plugin-mongo package.""" | ||
|
||
__version__ = "0.1.0" | ||
__version__ = "0.2.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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from setuptools import setup | ||
|
||
url = "https://github.com/jic-dtool/dtool-lookup-server-search-plugin-mongo" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
readme = open('README.rst').read() | ||
|
||
setup( | ||
|
@@ -10,6 +10,7 @@ | |
version=version, | ||
description="Search plugin for dtool-lookup-server using mongodb", | ||
long_description=readme, | ||
long_description_content_type="text/x-rst", | ||
include_package_data=True, | ||
author="Tjelvar Olsson", | ||
author_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