🎨 Format Python code with psf/black

This commit is contained in:
ndem0
2024-02-09 11:25:00 +00:00
committed by Nicola Demo
parent 591aeeb02b
commit cbb43a5392
64 changed files with 1323 additions and 955 deletions

View File

@@ -1,15 +1,22 @@
__all__ = [
'__project__', '__title__', '__author__', '__copyright__', '__license__',
'__version__', '__mail__', '__maintainer__', '__status__'
"__project__",
"__title__",
"__author__",
"__copyright__",
"__license__",
"__version__",
"__mail__",
"__maintainer__",
"__status__",
]
__project__ = 'PINA'
__project__ = "PINA"
__title__ = "pina"
__author__ = "PINA Contributors"
__copyright__ = "Copyright 2021-2024, PINA Contributors"
__license__ = "MIT"
__version__ = "0.1.0"
__mail__ = 'demo.nicola@gmail.com, dario.coscia@sissa.it' # TODO
__mail__ = "demo.nicola@gmail.com, dario.coscia@sissa.it" # TODO
__maintainer__ = __author__
__status__ = "Alpha"
__packagename__ = "pina-mathlab"