RIC:1060: Change in PTL
[com/pylog.git] / mdclogpy / setup.py
index f3430a7..bd36101 100644 (file)
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#
+# This source code is part of the near-RT RIC (RAN Intelligent Controller)
+# platform project (RICP).
+#
 """Setup file for mdclogpy library."""
 
 from setuptools import setup
@@ -22,7 +25,7 @@ def readme():
         return f.read()
 
 setup(name='mdclogpy',
-      version='1.1.1',
+      version='1.1.4',
       description='Structured logging library with Mapped Diagnostic Context',
       long_description=readme(),
       long_description_content_type="text/markdown",
@@ -37,4 +40,5 @@ setup(name='mdclogpy',
       author='kturunen',
       license='Apache Software License',
       packages=['mdclogpy'],
+      install_requires=['inotify'],
       zip_safe=False)