From 28429ecd1f7eb0de4acc0bfc5d489e88ee874229 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Sat, 8 Jun 2019 22:29:48 +0200 Subject: [PATCH] Shuffling bits around --- nw/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nw/__init__.py b/nw/__init__.py index 9f15e3d8..933645bd 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -21,10 +21,6 @@ from nw.config import Config __package__ = "novelWriter" __author__ = "Veronica Berglyd Olsen" __copyright__ = "Copyright 2018–2019, Veronica Berglyd Olsen" -__credits__ = [ - "Veronica Berglyd Olsen (developer)", - "Marian Lückhof (contributor, tester)" -] __license__ = "GPLv3" __version__ = "0.1.5" __date__ = "2019.06.08" @@ -32,6 +28,10 @@ __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __status__ = "Pre-Release" __url__ = "https://github.com/vkbo/novelWriter" +__credits__ = [ + "Veronica Berglyd Olsen (developer)", + "Marian Lückhof (contributor, tester)" +] # # Logging