setup.cfg 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  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 :: 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 :: Implementation :: CPython
  24. Topic :: Games/Entertainment
  25. Topic :: Multimedia
  26. Topic :: Multimedia :: Graphics
  27. Topic :: Multimedia :: Graphics :: 3D Rendering
  28. Topic :: Software Development :: Libraries
  29. Topic :: Software Development :: Libraries :: Application Frameworks
  30. Topic :: Software Development :: Libraries :: Python Modules
  31. author = Panda3D Team
  32. author_email = [email protected]
  33. [tool:pytest]
  34. testpaths = tests