_meta.py 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. """
  2. This module contains the project meta-data.
  3. """
  4. __author__ = "Caleb P. Burns"
  5. __copyright__ = "Copyright © 2013-2023 Caleb P. Burns"
  6. __credits__ = [
  7. "dahlia <https://github.com/dahlia>",
  8. "highb <https://github.com/highb>",
  9. "029xue <https://github.com/029xue>",
  10. "mikexstudios <https://github.com/mikexstudios>",
  11. "nhumrich <https://github.com/nhumrich>",
  12. "davidfraser <https://github.com/davidfraser>",
  13. "demurgos <https://github.com/demurgos>",
  14. "ghickman <https://github.com/ghickman>",
  15. "nvie <https://github.com/nvie>",
  16. "adrienverge <https://github.com/adrienverge>",
  17. "AndersBlomdell <https://github.com/AndersBlomdell>",
  18. "thmxv <https://github.com/thmxv>",
  19. "wimglenn <https://github.com/wimglenn>",
  20. "hugovk <https://github.com/hugovk>",
  21. "dcecile <https://github.com/dcecile>",
  22. "mroutis <https://github.com/mroutis>",
  23. "jdufresne <https://github.com/jdufresne>",
  24. "groodt <https://github.com/groodt>",
  25. "ftrofin <https://github.com/ftrofin>",
  26. "pykong <https://github.com/pykong>",
  27. "nhhollander <https://github.com/nhhollander>",
  28. "KOLANICH <https://github.com/KOLANICH>",
  29. "JonjonHays <https://github.com/JonjonHays>",
  30. "Isaac0616 <https://github.com/Isaac0616>",
  31. "SebastiaanZ <https://github.com/SebastiaanZ>",
  32. "RoelAdriaans <https://github.com/RoelAdriaans>",
  33. "raviselker <https://github.com/raviselker>",
  34. "johanvergeer <https://github.com/johanvergeer>",
  35. "danjer <https://github.com/danjer>",
  36. "jhbuhrman <https://github.com/jhbuhrman>",
  37. "WPDOrdina <https://github.com/WPDOrdina>",
  38. "tirkarthi <https://github.com/tirkarthi>",
  39. "jayvdb <https://github.com/jayvdb>",
  40. "jwodder <https://github.com/jwodder>",
  41. "kloczek <https://github.com/kloczek>",
  42. "orens <https://github.com/orens>",
  43. "spMohanty <https://github.com/spMohanty>",
  44. "ichard26 <https://github.com/ichard26>",
  45. "jack1142 <https://github.com/jack1142>",
  46. "mgorny <https://github.com/mgorny>",
  47. "bzakdd <https://github.com/bzakdd>",
  48. "haimat <https://github.com/haimat>",
  49. "Avasam <https://github.com/Avasam>",
  50. "yschroeder <https://github.com/yschroeder>",
  51. "axesider <https://github.com/axesider>",
  52. "tomruk <https://github.com/tomruk>",
  53. "oprypin <https://github.com/oprypin>",
  54. "kurtmckee <https://github.com/kurtmckee>",
  55. ]
  56. __license__ = "MPL 2.0"
  57. __version__ = "0.12.1"