PyGLM icon indicating copy to clipboard operation
PyGLM copied to clipboard

Updated PyGLM packaging structure

Open Zuzu-Typ opened this issue 2 years ago • 1 comments

  • Using setuptools + build now
  • Using VERSION for the version constant
  • Using pyproject.toml instead of just setup.py
  • PyGLM is now packaged as:
    • PyGLM (root package)
      • .glm (library)
      • .glm_typing (typing stubs)
    • glm (for backwards compatibility)

Zuzu-Typ avatar Jan 13 '23 10:01 Zuzu-Typ

Sorry for the bump, but any update on this? I've having some issues packaging for alpine, and I think this conflict is the cause.

Weissnix4711 avatar Sep 18 '23 17:09 Weissnix4711