mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-06-02 18:39:42 +00:00
Add __about__ __all__
This commit is contained in:
@@ -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__'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user