Remove __author__ line and add in CONTRIBUTORS.txt

This commit is contained in:
François Orieux
2013-12-10 22:45:09 +01:00
parent ec123d7547
commit beae90bbef
3 changed files with 4 additions and 5 deletions
+1 -4
View File
@@ -51,14 +51,11 @@ References
import numpy as np
__author__ = "Franois Orieux"
__copyright__ = "Copyright (C) 2011, 2012, 2013 F. Orieux <orieux@iap.fr>"
__credits__ = ["Franois Orieux"]
__license__ = "mit"
__version__ = "0.1.0"
__maintainer__ = "Franois Orieux"
__maintainer__ = "Francois Orieux"
__email__ = "orieux@iap.fr"
__status__ = "development"
__url__ = ""
__keywords__ = "fft"