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

♻️ Implement src Layout #206

Merged
merged 5 commits into from
Feb 14, 2024
Merged

♻️ Implement src Layout #206

merged 5 commits into from
Feb 14, 2024

Conversation

pcaversaccio
Copy link
Owner

@pcaversaccio pcaversaccio commented Feb 14, 2024

🕓 Changelog

This PR implements the src layout to enable an enhanced local

pip install git+https://github.com/pcaversaccio/snekmate.git@<branch>

building.

Before

snekmate
├── pyproject.toml
├── ...
└── src
    ├── auth
    │   ├── ...
    ├── extensions
    │   ├── ...
    ├── governance
    │   ├── ...
    ├── tokens
    │   ├── ...
    └── utils
        ├── ...

After

snekmate
├── pyproject.toml
├── ...
└── src
    └── snekmate
        ├── auth
        │   ├── ...
        ├── extensions
        │   ├── ...
        ├── governance
        │   ├── ...
        ├── tokens
        │   ├── ...
        └── utils
            ├── ...

🐶 Cute Animal Picture

image

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio self-assigned this Feb 14, 2024
@pcaversaccio pcaversaccio added ci/cd 👷‍♂️ CI/CD configurations refactor/cleanup ♻️ Code refactorings and cleanups labels Feb 14, 2024
@pcaversaccio pcaversaccio added this to the 0.0.5 milestone Feb 14, 2024
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Copy link
Contributor

@charles-cooper charles-cooper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@pcaversaccio pcaversaccio merged commit 32ce0fd into main Feb 14, 2024
11 checks passed
@pcaversaccio pcaversaccio deleted the pip-from-git branch February 14, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd 👷‍♂️ CI/CD configurations refactor/cleanup ♻️ Code refactorings and cleanups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants