setup.cfg 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [metadata]
  2. name = panda3d
  3. version = 1.11.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. Programming Language :: Python :: 3
  17. Programming Language :: Python :: 3.6
  18. Programming Language :: Python :: 3.7
  19. Programming Language :: Python :: 3.8
  20. Programming Language :: Python :: 3.9
  21. Programming Language :: Python :: 3.10
  22. Programming Language :: Python :: Implementation :: CPython
  23. Topic :: Games/Entertainment
  24. Topic :: Multimedia
  25. Topic :: Multimedia :: Graphics
  26. Topic :: Multimedia :: Graphics :: 3D Rendering
  27. Topic :: Software Development :: Libraries
  28. Topic :: Software Development :: Libraries :: Application Frameworks
  29. Topic :: Software Development :: Libraries :: Python Modules
  30. author = Panda3D Team
  31. author_email = [email protected]
  32. project_urls =
  33. Source=https://github.com/panda3d/panda3d
  34. Tracker=https://github.com/panda3d/panda3d/issues
  35. Documentation=https://www.panda3d.org/manual/
  36. Funding=https://opencollective.com/panda3d
  37. [tool:pytest]
  38. testpaths = tests