From: Oleg Broytman Date: Wed, 28 Mar 2018 18:45:39 +0000 (+0300) Subject: 2018 year X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=3996fdc3ada993088889dc32a5a57c0c7023eea9 2018 year --- diff --git a/README.txt b/README.txt index e096d4e..e42e85d 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ Broytman Library for Python. Author: Oleg Broytman . -Copyright (C) 1996-2017 PhiloSoft Design. +Copyright (C) 1996-2018 PhiloSoft Design. License: GPL. For installation instruction see INSTALL.txt. diff --git a/m_lib/__init__.py b/m_lib/__init__.py index bdbd21e..943eda8 100644 --- a/m_lib/__init__.py +++ b/m_lib/__init__.py @@ -1,4 +1,4 @@ -"""Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design""" +"""Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design""" from pkgutil import extend_path __path__ = extend_path(__path__, __name__) diff --git a/setup.py b/setup.py index 99e74b9..710e5e3 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ if is_setuptools: setup(name = "m_lib", version = "3.1.0", description = "Broytman Library for Python", - long_description = "Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design", + long_description = "Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design", author = "Oleg Broytman", author_email = "phd@phdru.name", url = "http://phdru.name/Software/Python/#m_lib",