mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2024-12-22 12:18:29 +00:00
16 lines
431 B
Python
16 lines
431 B
Python
__title__ = "butterfly"
|
|
__version__ = "3.2.5"
|
|
|
|
__summary__ = "A sleek web based terminal emulator"
|
|
__uri__ = "https://github.com/paradoxxxzero/butterfly"
|
|
__author__ = "Florian Mounier"
|
|
__email__ = "paradoxxx.zero@gmail.com"
|
|
|
|
__license__ = "GPLv3"
|
|
__copyright__ = "Copyright 2017 %s" % __author__
|
|
|
|
__all__ = [
|
|
'__title__', '__version__', '__summary__', '__uri__', '__author__',
|
|
'__email__', '__license__', '__copyright__'
|
|
]
|