Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/pathspec/_meta.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-07 06:35 +0000

1# encoding: utf-8 

2""" 

3This module contains the project meta-data. 

4""" 

5 

6__author__ = "Caleb P. Burns" 

7__copyright__ = "Copyright © 2013-2021 Caleb P. Burns" 

8__credits__ = [ 

9 "dahlia <https://github.com/dahlia>", 

10 "highb <https://github.com/highb>", 

11 "029xue <https://github.com/029xue>", 

12 "mikexstudios <https://github.com/mikexstudios>", 

13 "nhumrich <https://github.com/nhumrich>", 

14 "davidfraser <https://github.com/davidfraser>", 

15 "demurgos <https://github.com/demurgos>", 

16 "ghickman <https://github.com/ghickman>", 

17 "nvie <https://github.com/nvie>", 

18 "adrienverge <https://github.com/adrienverge>", 

19 "AndersBlomdell <https://github.com/AndersBlomdell>", 

20 "highb <https://github.com/highb>", 

21 "thmxv <https://github.com/thmxv>", 

22 "wimglenn <https://github.com/wimglenn>", 

23 "hugovk <https://github.com/hugovk>", 

24 "dcecile <https://github.com/dcecile>", 

25 "mroutis <https://github.com/mroutis>", 

26 "jdufresne <https://github.com/jdufresne>", 

27 "groodt <https://github.com/groodt>", 

28 "ftrofin <https://github.com/ftrofin>", 

29 "pykong <https://github.com/pykong>", 

30 "nhhollander <https://github.com/nhhollander>", 

31 "KOLANICH <https://github.com/KOLANICH>", 

32 "JonjonHays <https://github.com/JonjonHays>", 

33 "Isaac0616 <https://github.com/Isaac0616>", 

34 "SebastiaanZ <https://github.com/SebastiaanZ>", 

35 "RoelAdriaans <https://github.com/RoelAdriaans>", 

36 "raviselker <https://github.com/raviselker>", 

37 "johanvergeer <https://github.com/johanvergeer>", 

38 "danjer <https://github.com/danjer>", 

39 "jhbuhrman <https://github.com/jhbuhrman>", 

40 "WPDOrdina <https://github.com/WPDOrdina>", 

41] 

42__license__ = "MPL 2.0" 

43__version__ = "0.9.0"