From 93332638db94ae6d926b92f4f43ae1494849d8a6 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Sat, 4 Sep 2010 00:04:16 +0200 Subject: [PATCH] Add Darriele to main authors in the about box --- aboutData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aboutData.py b/aboutData.py index 28baf9062..63714c1d0 100644 --- a/aboutData.py +++ b/aboutData.py @@ -20,6 +20,6 @@ versionString = "0.0.1" license = "GNU GPL" licenseLocation = "gpl.txt" -developers = ("cncfanatics" , "DarkPhoenix") +developers = ("cncfanatics" , "DarkPhoenix", "Darriele") credits = (("Entity: capacitor calculations"), ("Darriele: gui"), ("Aurora: maths")) description = "pyfa is the Python Fitting Assistant, a standalone application to create fittings for the EVE-Online SciFi MMORPG.\nThe application is available for many platforms, see the download page for further details. The layout of pyfa is heavily based on EFT, the EVE fitting tool. Although it is a complete rewrite and replacement for EFT, the fittings are still compatible with EFT."