init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
43
.venv/lib/python3.8/site-packages/pathspec/_meta.py
Normal file
43
.venv/lib/python3.8/site-packages/pathspec/_meta.py
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# encoding: utf-8
|
||||
"""
|
||||
This module contains the project meta-data.
|
||||
"""
|
||||
|
||||
__author__ = "Caleb P. Burns"
|
||||
__copyright__ = "Copyright © 2013-2021 Caleb P. Burns"
|
||||
__credits__ = [
|
||||
"dahlia <https://github.com/dahlia>",
|
||||
"highb <https://github.com/highb>",
|
||||
"029xue <https://github.com/029xue>",
|
||||
"mikexstudios <https://github.com/mikexstudios>",
|
||||
"nhumrich <https://github.com/nhumrich>",
|
||||
"davidfraser <https://github.com/davidfraser>",
|
||||
"demurgos <https://github.com/demurgos>",
|
||||
"ghickman <https://github.com/ghickman>",
|
||||
"nvie <https://github.com/nvie>",
|
||||
"adrienverge <https://github.com/adrienverge>",
|
||||
"AndersBlomdell <https://github.com/AndersBlomdell>",
|
||||
"highb <https://github.com/highb>",
|
||||
"thmxv <https://github.com/thmxv>",
|
||||
"wimglenn <https://github.com/wimglenn>",
|
||||
"hugovk <https://github.com/hugovk>",
|
||||
"dcecile <https://github.com/dcecile>",
|
||||
"mroutis <https://github.com/mroutis>",
|
||||
"jdufresne <https://github.com/jdufresne>",
|
||||
"groodt <https://github.com/groodt>",
|
||||
"ftrofin <https://github.com/ftrofin>",
|
||||
"pykong <https://github.com/pykong>",
|
||||
"nhhollander <https://github.com/nhhollander>",
|
||||
"KOLANICH <https://github.com/KOLANICH>",
|
||||
"JonjonHays <https://github.com/JonjonHays>",
|
||||
"Isaac0616 <https://github.com/Isaac0616>",
|
||||
"SebastiaanZ <https://github.com/SebastiaanZ>",
|
||||
"RoelAdriaans <https://github.com/RoelAdriaans>",
|
||||
"raviselker <https://github.com/raviselker>",
|
||||
"johanvergeer <https://github.com/johanvergeer>",
|
||||
"danjer <https://github.com/danjer>",
|
||||
"jhbuhrman <https://github.com/jhbuhrman>",
|
||||
"WPDOrdina <https://github.com/WPDOrdina>",
|
||||
]
|
||||
__license__ = "MPL 2.0"
|
||||
__version__ = "0.9.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue