Add __about__ __all__

This commit is contained in:
Florian Mounier
2017-05-03 10:27:30 +02:00
parent 4a8b5f2147
commit 8189598dd6

View File

@@ -8,3 +8,8 @@ __email__ = "paradoxxx.zero@gmail.com"
__license__ = "GPLv3"
__copyright__ = "Copyright 2017 %s" % __author__
__all__ = [
'__title__', '__version__', '__summary__', '__uri__', '__author__',
'__email__', '__license__', '__copyright__'
]