From: Oleg Broytman Date: Sun, 23 Apr 2017 22:13:59 +0000 (+0300) Subject: Refine description X-Git-Tag: 1.0.0~2 X-Git-Url: https://git.phdru.name/?p=m_lib.defenc.git;a=commitdiff_plain;h=8e95ecfbdb177905d73d8d8ec3e9288af9552436 Refine description --- diff --git a/setup.py b/setup.py index 3c12a8a..cc2ee0e 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ except ImportError: setup(name = "m_lib.defenc", version = "1.0.0", - description = "Broytman Library for Python", - long_description = "Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design", + description = "Get default encoding", + long_description = "Get default encoding. A part of Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design", author = "Oleg Broytman", author_email = "phd@phdru.name", url = "http://phdru.name/Software/Python/#m_lib",