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

Replace .py2store_configs with {app_data_folder}/py2store #95

Open
thorwhalen opened this issue Mar 3, 2023 · 0 comments
Open

Replace .py2store_configs with {app_data_folder}/py2store #95

thorwhalen opened this issue Mar 3, 2023 · 0 comments
Assignees

Comments

@thorwhalen
Copy link
Member

This issue addresses the concern of where to put app/package data.
It resulted in the proposal of the
get_app_data_folder
function.

We should use this function to replace the ~/.py2store_configs with {app_data_folder}/py2store.

We need to figure out a good transition protocol too. For example, if the old folder exists, use that, but issue a warning telling the user they can move it to the new place to stop the warnings. Also let them know that the current package will then function as usual, but if they have anything else that depends on the old location, they should refactor there too.

@thorwhalen thorwhalen self-assigned this Mar 3, 2023
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