This repository has been archived on 2022-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
disclosemypay.org/section7/__about__.py

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>"]