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

Prosimos packages structure #65

Open
iharsuvorau opened this issue Aug 7, 2023 · 0 comments
Open

Prosimos packages structure #65

iharsuvorau opened this issue Aug 7, 2023 · 0 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@iharsuvorau
Copy link
Contributor

There's an issue with how Prosimos sets up its packages, https://github.com/AutomatedProcessImprovement/Prosimos/blob/main/pyproject.toml#L8-L10. At the moment, when we run pip install prosimos, the command installs three standalone packages:

  • cli
  • prosimos
  • bpdfr_discovery

Instead, we should make all those packages children of prosimos. Or, at least rename cli because it's confusing to have a global package named cli in a Python environment:

image

Also, bpdfr_discovery probably has to be removed completely from the distribution.

@iharsuvorau iharsuvorau added the invalid This doesn't seem right label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants