Skip to content

Commit

Permalink
Have meta.py export dunder variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sigvaldm committed Dec 15, 2020
1 parent 7a944fd commit 8b5a08b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ezyrb/meta.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
__all__ = [
'__project__',
'__title__',
'__author__',
'__copyright__',
'__license__',
'__version__',
'__mail__',
'__maintainer__',
'__status__']

__project__ = 'EZyRB'
__title__ = "ezyrb"
__author__ = "Nicola Demo, Marco Tezzele"
Expand Down

0 comments on commit 8b5a08b

Please sign in to comment.