Coverage for sleapyfaces/__about__.py: 0%
7 statements
« prev ^ index » next coverage.py v7.0.2, created at 2023-01-03 12:07 -0800
« prev ^ index » next coverage.py v7.0.2, created at 2023-01-03 12:07 -0800
1# SPDX-FileCopyrightText: 2022-present Annie Ehler <annie.ehler.4@gmail.com>
2#
3# SPDX-License-Identifier: MIT
4__version__ = "1.0.1"
5__author__ = "Analetta (Annie) Ehler"
6__author_email__ = "annie.ehler.4@gmail.com"
7__license__ = "MIT"
8__url__ = "https://github.com/annie444/SLEAPyFaces"
9__description__ = "SLEAPyFaces is a Python package for the analysis of SLEAP (Single-LEAP) data of rodent faces."
10__all__ = [
11 "__version__",
12 "__author__",
13 "__author_email__",
14 "__license__",
15 "__url__",
16 "__description__",
17]