-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# -*- coding: utf-8 -*- | ||
# Jamdict-web - Japanese Reading Assistant | ||
|
||
# This code is a part of jamdict-web library: https://github.com/neocl/jamdict-web | ||
# :copyright: (c) 2021 Le Tuan Anh <[email protected]> | ||
# :license: MIT, see LICENSE for more details. | ||
|
||
__author__ = "Le Tuan Anh" | ||
__email__ = "[email protected]" | ||
__copyright__ = "Copyright (c) 2021, Le Tuan Anh" | ||
__credits__ = [] | ||
__license__ = "MIT License" | ||
__description__ = "Free and open-source Japanese Reading Assistant with morphological analyser, Japanese-English dictionary, Kanji dictionary, and Japanese Names dictionary" | ||
__url__ = "https://github.com/neocl/jamdict-web" | ||
__maintainer__ = "Le Tuan Anh" | ||
__version_major__ = "1.0" | ||
__version__ = "{}b1".format(__version_major__) | ||
__status__ = "4 - Beta" | ||
__version_long__ = "{} - {}".format(__version_major__, __status__) |