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