Skip to content

Commit

Permalink
Add __author__, __copyright__ and __credits__
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Aug 17, 2023
1 parent 38f4306 commit b770f76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configzen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
from .processor import *
from .route import *

__author__ = "bswck"
__copyright__ = "Copyright 2023–present, bswck"
__credits__ = ["Lunarmagpie", "trag1c"]
__version__ = "0.7.1"

__all__ = (
Expand Down

0 comments on commit b770f76

Please sign in to comment.