mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Clean dependencies (#1728)
* clean dependencies * add classifiers to metadata
This commit is contained in:
parent
3883f57bf8
commit
4c3ba7f674
2 changed files with 15 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
||||||
argparse
|
|
||||||
colour
|
colour
|
||||||
numpy
|
numpy
|
||||||
Pillow
|
Pillow
|
||||||
|
@ -15,7 +14,6 @@ pygments
|
||||||
pyyaml
|
pyyaml
|
||||||
rich
|
rich
|
||||||
screeninfo
|
screeninfo
|
||||||
pyreadline; sys_platform == 'win32'
|
|
||||||
validators
|
validators
|
||||||
ipython
|
ipython
|
||||||
PyOpenGL
|
PyOpenGL
|
||||||
|
|
19
setup.cfg
19
setup.cfg
|
@ -12,12 +12,24 @@ project_urls =
|
||||||
Documentation = https://3b1b.github.io/manim/
|
Documentation = https://3b1b.github.io/manim/
|
||||||
Source Code = https://github.com/3b1b/manim
|
Source Code = https://github.com/3b1b/manim
|
||||||
license = MIT
|
license = MIT
|
||||||
|
classifiers =
|
||||||
|
Development Status :: 4 - Beta
|
||||||
|
License :: OSI Approved :: MIT License
|
||||||
|
Topic :: Scientific/Engineering
|
||||||
|
Topic :: Multimedia :: Video
|
||||||
|
Topic :: Multimedia :: Graphics
|
||||||
|
Programming Language :: Python :: 3.6
|
||||||
|
Programming Language :: Python :: 3.7
|
||||||
|
Programming Language :: Python :: 3.8
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
|
Programming Language :: Python :: 3.10
|
||||||
|
Programming Language :: Python :: 3 :: Only
|
||||||
|
Natural Language :: English
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
include_package_data=True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
argparse
|
|
||||||
colour
|
colour
|
||||||
numpy
|
numpy
|
||||||
Pillow
|
Pillow
|
||||||
|
@ -34,7 +46,6 @@ install_requires =
|
||||||
pyyaml
|
pyyaml
|
||||||
rich
|
rich
|
||||||
screeninfo
|
screeninfo
|
||||||
pyreadline; sys_platform == 'win32'
|
|
||||||
validators
|
validators
|
||||||
ipython
|
ipython
|
||||||
PyOpenGL
|
PyOpenGL
|
||||||
|
|
Loading…
Add table
Reference in a new issue