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

Merged
merged 5 commits into from
Oct 11, 2024
Merged

Updated PyGLM packaging structure #203

merged 5 commits into from
Oct 11, 2024

Conversation

Zuzu-Typ
Copy link
Owner

@Zuzu-Typ Zuzu-Typ commented Jan 13, 2023

  • Using VERSION for the version constant
  • 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
@Zuzu-Typ Zuzu-Typ force-pushed the update-build-system branch 3 times, most recently from 9a4d0f2 to fd20249 Compare October 11, 2024 14:40
+ 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 Zuzu-Typ force-pushed the update-build-system branch from fd20249 to e432010 Compare October 11, 2024 16:03
@Zuzu-Typ Zuzu-Typ self-assigned this Oct 11, 2024
@Zuzu-Typ Zuzu-Typ merged commit 31d3c0a into master Oct 11, 2024
32 checks passed
@Zuzu-Typ Zuzu-Typ deleted the update-build-system branch November 26, 2024 07:56
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