From da875fcb62c801b8d19b3d4d984ad963574fb356 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Mar 2023 21:01:10 +0100 Subject: Adding upstream version 1.6.0. Signed-off-by: Daniel Baumann --- lib/silfont/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/silfont/__init__.py (limited to 'lib/silfont/__init__.py') diff --git a/lib/silfont/__init__.py b/lib/silfont/__init__.py new file mode 100644 index 0000000..aa2763c --- /dev/null +++ b/lib/silfont/__init__.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +__url__ = 'http://github.com/silnrsi/pysilfont' +__copyright__ = 'Copyright (c) 2014-2022 SIL International (http://www.sil.org)' +__license__ = 'Released under the MIT License (http://opensource.org/licenses/MIT)' +__version__ = '1.6.0' -- cgit v1.2.3