1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
---
# --------------------( LICENSE )--------------------
# Copyright (c) 2014-2025 Beartype authors.
# See "LICENSE" for further details.
#
# --------------------( SYNOPSIS )--------------------
# Project-wide GitHub-specific project funding configuration.
#
# --------------------( SEE ALSO )--------------------
# * Official documentation on file format, which is sufficiently deeply nested
# that it will absolutely be broken by the time you eventually read this:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
# ....................{ PLATFORMS }....................
# List of the GitHub usernames of one to four users that have successfully
# enabled the GitHub Sponsors workflow.
github: ['leycec']
|