8 lines
315 B
Python
8 lines
315 B
Python
|
# pylint: disable=missing-docstring
|
||
|
__title__ = "section7"
|
||
|
__summary__ = "Website for privately disclosing compensation details with coworkers"
|
||
|
__version__ = "0.1.0"
|
||
|
__url__ = "https://github.com/enpaul/disclosemypay.org/"
|
||
|
__license__ = "MIT"
|
||
|
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
|