Update meta.py

This commit is contained in:
Nicola Demo
2023-10-24 10:00:12 +02:00
parent da38b6456a
commit 8480fd1b2e

View File

@@ -11,10 +11,10 @@ __all__ = [
__project__ = 'PINA' __project__ = 'PINA'
__title__ = "pina" __title__ = "pina"
__author__ = "Nicola Demo, Maria Strazzullo" __author__ = "PINA Contributors"
__copyright__ = "Copyright 2021-2021, PINA contributors" __copyright__ = "Copyright 2021-2023, PINA Contributors"
__license__ = "MIT" __license__ = "MIT"
__version__ = "0.0.3" __version__ = "0.1"
__mail__ = 'demo.nicola@gmail.com, ' # TODO __mail__ = 'demo.nicola@gmail.com, ' # TODO
__maintainer__ = __author__ __maintainer__ = __author__
__status__ = "Alpha" __status__ = "Alpha"