]> git.phdru.name Git - m_lib.defenc.git/commitdiff
Docs: Fixed minor misspelling
authorOleg Broytman <phd@phdru.name>
Wed, 10 Jan 2018 19:32:19 +0000 (22:32 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 10 Jan 2018 19:32:19 +0000 (22:32 +0300)
Copyright: 2018.

README.txt
m_lib/__init__.py
setup.py

index 4f5b57221329b333a4c80fce9773494ae07cf738..f3f32b6e7b0ae08e10b1814dc79d004aca54c2b0 100644 (file)
@@ -1,8 +1,8 @@
 Broytman Library for Python.
 Author: Oleg Broytman <phd@phdru.name>.
-Copyright (C) 1996-2017 PhiloSoft Design.
+Copyright (C) 1996-2018 PhiloSoft Design.
 License: GPL.
 
-Content of the namespace pakage:
+Content of the namespace package:
 
 defenc.py - get default encoding.
index bdbd21e44f3ebe248754a449a3a2c3b353964299..943eda83c2cd76b0f2617869e7a3cf66a8668cde 100644 (file)
@@ -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__)
index 6fc6e5fe7206536f1811c31caa393ca5e1edacac..3e516fc474356819e75766bf67b74d132a55ffe5 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if is_setuptools:
 setup(name = "m_lib.defenc",
     version = "1.0.0",
     description = "Get default encoding",
-    long_description = "Get default encoding. A part of Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design",
+    long_description = "Get default encoding. A part of 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",