All files related to the clog package have been moved into the directory space "clog/" to separate project repository from package itself, and allows for the building of the package tool via pip. Added a __version__.py file to contain all important attributes about the package.
9 lines
336 B
Python
9 lines
336 B
Python
__title__ = "clog"
|
|
__description__ = "Logging as simple as putting on a shoe."
|
|
__url__ = "https://git.closedless.xyz/TheOnePath/clog"
|
|
__version__ = "0.1.0"
|
|
__author__ = "Ethan Smith-Coss"
|
|
__author_email__ = "ethan.sc@closedless.xyz"
|
|
__license__ = "GNU GPLv3+"
|
|
__copyright__ = "Copyright 2022 Ethan Smith-Coss"
|
|
__biscuit__ = "\U0001f36a" |