1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 13:08:12 +00:00

Fix copyright year and format

This commit is contained in:
RGBCube 2022-06-21 19:02:04 +03:00
parent 54c4ea01e9
commit f03fe71fd6

View file

@ -4,7 +4,7 @@ __title__ = 'Github-Api-Wrapper'
__authors__ = 'VarMonke', 'sudosnok'
__version__ = '1.2.1'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok'
__copyright__ = 'Copyright (c) 2022-present VarMonke & sudosnok'
from .client import *
from .objects import *