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

Directories/Subdirectories and pip install #47

Open
stompsjo opened this issue Jan 18, 2023 · 0 comments
Open

Directories/Subdirectories and pip install #47

stompsjo opened this issue Jan 18, 2023 · 0 comments

Comments

@stompsjo
Copy link
Collaborator

This is a good S/W question about best-practices and intended use-cases. Right now, major RadClass scripts are contained in three folders: RadClass/, models/, and scripts/. We also have setup.py that allows for RadClass to be packaged/installed with pip (i.e. pip install .).

As far as I can tell with local testing, the way setup.py is currently written means that only scripts in RadClass/ will installed as part of the RadClass pip package. If true, we either need to move scripts/ and models/ under RadClass/ (assuming those should be package, which I think they should be) or we need to specify the additional directories in setup.py.

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

No branches or pull requests

1 participant