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

Pkg/refactor #68

Merged
merged 5 commits into from
Apr 29, 2024
Merged

Pkg/refactor #68

merged 5 commits into from
Apr 29, 2024

Conversation

manuGil
Copy link
Collaborator

@manuGil manuGil commented Apr 29, 2024

This changes the location of the CLI module. Now this module is under the fairly module.
The new structure is as follows:

src
|_ fairly
    |_ cli
    |_ client
    |_ data
    ....

It also updates the entry point for the CLI in pyproject.toml, and includes a test to check if the CLI is reachable from the system's terminal.

This changes are part of the attempt to fix issues when preparing a package for conda forge conda-forge/staged-recipes#26158

@manuGil manuGil added the enhancement New feature or request label Apr 29, 2024
@manuGil manuGil added this to the Workshop May milestone Apr 29, 2024
@manuGil manuGil self-assigned this Apr 29, 2024
@manuGil manuGil merged commit 27d36a9 into main Apr 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant