| 12345678910111213141516 |
- [build-system]
- requires = ["setuptools"]
- build-backend = "setuptools.build_meta"
- [project]
- name = "pyassimp"
- version = "6.0.2"
- license = "ISC"
- authors = [
- { name = "ASSIMP Developers", email = "[email protected]" },
- ]
- maintainers = [{ name = "Séverin Lemaignan", email = "[email protected]" }]
- description = "Python bindings for the Open Asset Import Library (ASSIMP)"
- readme = "README.md"
- requires-python = ">=3.10"
- dependencies = ["numpy"]
|