Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated PyGLM packaging structure #203

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

Zuzu-Typ
Copy link
Owner

  • 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)

+ 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)
@Weissnix4711
Copy link

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.

@Zuzu-Typ Zuzu-Typ linked an issue Oct 31, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trying to utilize glm.glm_typing
2 participants