setup.cfg 770 B

123456789101112131415161718192021222324
  1. [metadata]
  2. name = Panda3D
  3. version = 1.10.0
  4. url = https://www.panda3d.org/
  5. description = Panda3D is a framework for 3D rendering and game development for Python and C++ programs.
  6. license = Modified BSD License
  7. license_file = LICENSE
  8. classifiers =
  9. Development Status :: 5 - Production/Stable
  10. Intended Audience :: Developers
  11. Intended Audience :: End Users/Desktop
  12. License :: OSI Approved :: BSD License
  13. Operating System :: OS Independent
  14. Programming Language :: C++
  15. Programming Language :: Python
  16. Topic :: Games/Entertainment
  17. Topic :: Multimedia
  18. Topic :: Multimedia :: Graphics
  19. Topic :: Multimedia :: Graphics :: 3D Rendering
  20. author = Panda3D Team
  21. author_email = [email protected]
  22. [tool:pytest]
  23. testpaths = tests