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

Adds setup.py configuration for installation via pip etc #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hlapp
Copy link

@hlapp hlapp commented May 14, 2024

This enables including the modules in this repository to be easily included in conda environment specifications or to be installed in a virtual environment via pip install ., or by installing from the Git repository.

In this version it enumerates as modules to be installed all .py files starting with a capital letter. Scripts etc in all-lowercase files are therefore not installed, but this could be added where useful. Also, it is probably better then to create a proper package structure.

This enables including the modules in this repository to be easily
included in conda environment specifications or to be installed in
a virtual environment via `pip install .`, or by installing from
the Git repository.

In this version it enumerates as modules to be installed all .py
files starting with a capital letter. Scripts etc in all-lowercase
files are therefore not installed, but this could be added where
useful. Also, it is probably better then to create a proper package
structure.
@hlapp hlapp force-pushed the create-setuppy branch from b17c82c to dc35262 Compare May 15, 2024 15:46
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.

1 participant