pyproject.toml 457 B

12345678910111213141516
  1. [build-system]
  2. requires = ["setuptools"]
  3. build-backend = "setuptools.build_meta"
  4. [project]
  5. name = "pyassimp"
  6. version = "6.0.2"
  7. license = "ISC"
  8. authors = [
  9. { name = "ASSIMP Developers", email = "[email protected]" },
  10. ]
  11. maintainers = [{ name = "Séverin Lemaignan", email = "[email protected]" }]
  12. description = "Python bindings for the Open Asset Import Library (ASSIMP)"
  13. readme = "README.md"
  14. requires-python = ">=3.10"
  15. dependencies = ["numpy"]