diff --git a/requirements.txt b/requirements.txt index 31c5c84f..e596d571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -argparse colour numpy Pillow @@ -15,7 +14,6 @@ pygments pyyaml rich screeninfo -pyreadline; sys_platform == 'win32' validators ipython PyOpenGL diff --git a/setup.cfg b/setup.cfg index 1cfae542..ff2c96c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,12 +12,24 @@ project_urls = Documentation = https://3b1b.github.io/manim/ Source Code = https://github.com/3b1b/manim 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] packages = find: -include_package_data=True -install_requires = - argparse +include_package_data = True +install_requires = colour numpy Pillow @@ -34,7 +46,6 @@ install_requires = pyyaml rich screeninfo - pyreadline; sys_platform == 'win32' validators ipython PyOpenGL