setup.cfg 1.7 KB

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