From 57550b898c5aa77917f1fbe1c01338684cf2bd4d Mon Sep 17 00:00:00 2001 From: hylom Date: Thu, 22 Feb 2018 21:18:17 +0900 Subject: [PATCH] * src/ns_search/newslash_db/__init__.py: add author information --- src/ns_search/newslash_db/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ns_search/newslash_db/__init__.py b/src/ns_search/newslash_db/__init__.py index 9bdbf36c..0a0c7296 100644 --- a/src/ns_search/newslash_db/__init__.py +++ b/src/ns_search/newslash_db/__init__.py @@ -1,4 +1,9 @@ # coding: utf-8 '''newslash_db: newslash database module''' +__author__ = 'Hiromichi Matsushima ' +__version__ = "0.1.0" from stories import Stories + +__all__ = [] + -- 2.11.0