setup.cfg 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [metadata]
  2. name = manimgl
  3. version = 1.6.1
  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
  33. isosurfaces
  34. manimpango>=0.4.0.post0,<0.5.0
  35. mapbox-earcut
  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. validators
  54. [options.entry_points]
  55. console_scripts =
  56. manimgl = manimlib.__main__:main
  57. manim-render = manimlib.__main__:main