-
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
Showing
3 changed files
with
4 additions
and
11 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
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ def open_local(paths: list, mode='r', encoding='utf-8'): | |
os.path.abspath(os.path.dirname(__file__)), | ||
*paths | ||
) | ||
|
||
return codecs.open(path, mode, encoding) | ||
|
||
|
||
|
@@ -34,7 +33,7 @@ def open_local(paths: list, mode='r', encoding='utf-8'): | |
author='SimonCqk', | ||
author_email='[email protected]', | ||
description='CannonDB is a lightweight but powerful key-value database created for human beings.', | ||
keywords='database key-value python nosql', | ||
keywords=['database', 'key-value', 'python', 'nosql'], | ||
long_description=long_description, | ||
install_requires=[ | ||
'rwlock' | ||
|
@@ -55,6 +54,5 @@ def open_local(paths: list, mode='r', encoding='utf-8'): | |
'Topic :: Communications :: Email', | ||
'Topic :: Database :: Database Engines/Servers', | ||
'Topic :: Software Development :: Libraries :: Python Modules', | ||
|
||
] | ||
) |