setup.cfg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [metadata]
  2. name = manimgl
  3. version = 1.7.0
  4. author = Grant Sanderson
  5. author_email= grant@3blue1brown.com
  6. description = Animation engine for explanatory math videos
  7. long_description = file: README.md
  8. long_description_content_type = text/markdown; charset=UTF-8
  9. home_page = https://github.com/3b1b/manim
  10. project_urls =
  11. Bug Tracker = https://github.com/3b1b/manim/issues
  12. Documentation = https://3b1b.github.io/manim/
  13. Source Code = https://github.com/3b1b/manim
  14. license = MIT
  15. classifiers =
  16. Development Status :: 4 - Beta
  17. License :: OSI Approved :: MIT License
  18. Topic :: Scientific/Engineering
  19. Topic :: Multimedia :: Video
  20. Topic :: Multimedia :: Graphics
  21. Programming Language :: Python :: 3.7
  22. Programming Language :: Python :: 3.8
  23. Programming Language :: Python :: 3.9
  24. Programming Language :: Python :: 3.10
  25. Programming Language :: Python :: 3 :: Only
  26. Natural Language :: English
  27. [options]
  28. packages = find:
  29. include_package_data = True
  30. install_requires =
  31. colour
  32. ipython>=8.18.0
  33. isosurfaces
  34. fontTools
  35. manimpango>=0.6.0
  36. matplotlib
  37. moderngl
  38. moderngl_window
  39. numpy
  40. Pillow
  41. pydub
  42. pygments
  43. PyOpenGL
  44. pyperclip
  45. pyyaml
  46. rich
  47. scipy
  48. screeninfo
  49. skia-pathops
  50. svgelements>=1.8.1
  51. sympy
  52. tqdm
  53. typing-extensions; python_version < "3.11"
  54. validators
  55. [options.entry_points]
  56. console_scripts =
  57. manimgl = manimlib.__main__:main
  58. manim-render = manimlib.__main__:main