-
Notifications
You must be signed in to change notification settings - Fork 27
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
[FEAT] install: move work-directories to the user directory (prerequisite for PyPI setup) #119
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- strukture like before
- the to-be-moved folder was created beginning with v1.1.0 - the new structure is in the users-folder
- Uses of a deprecated module 'distutils.dir_util' (deprecated-module)
- folders and files in the user home dir begin with USER_ - folders in python package / repo are the rest - reorganization of the constants section
treee111
added a commit
that referenced
this pull request
May 7, 2022
treee111
added a commit
that referenced
this pull request
May 7, 2022
* [FIX] Adjust documentation from #115 and #119 (#120) * replace occurences of old values to wahoo_mc - "common_"... - "wahoo_maps_creator" * adjust docs to the user directory * introduce config files for pypi - gitignore build-files * adjust conda .yml files according to PyPI setup - gdal-user.yml according to setup.cfg - gdal-dev.yml for publish packages * Bump to version v2.0.0a2 * align the package folder to the package name - rename wahoo_mc to wahoo-mc * Bump to version v2.0.0a3 * Revert "align the package folder to the package name" This reverts commit 95a32cd. * rename to mahoomc * Bump to version v2.0.0a4 * temp documentation * Bump to version v2.0.0a5 * add upgrading wahoomc via pip * add commands to publish the release to PyPI
treee111
added a commit
that referenced
this pull request
May 7, 2022
* [FIX] Adjust documentation from #115 and #119 (#120) * replace occurences of old values to wahoo_mc - "common_"... - "wahoo_maps_creator" * adjust docs to the user directory * introduce config files for pypi - gitignore build-files * adjust conda .yml files according to PyPI setup - gdal-user.yml according to setup.cfg - gdal-dev.yml for publish packages * Bump to version v2.0.0a2 * align the package folder to the package name - rename wahoo_mc to wahoo-mc * Bump to version v2.0.0a3 * Revert "align the package folder to the package name" This reverts commit 95a32cd. * rename to mahoomc * Bump to version v2.0.0a4 * temp documentation * Bump to version v2.0.0a5 * add upgrading wahoomc via pip * add commands to publish the release to PyPI
treee111
added a commit
that referenced
this pull request
May 8, 2022
* [FIX] Adjust documentation from #115 and #119 (#120) * replace occurences of old values to wahoo_mc - "common_"... - "wahoo_maps_creator" * adjust docs to the user directory * introduce config files for pypi - gitignore build-files * adjust conda .yml files according to PyPI setup - gdal-user.yml according to setup.cfg - gdal-dev.yml for publish packages * Bump to version v2.0.0a2 * align the package folder to the package name - rename wahoo_mc to wahoo-mc * Bump to version v2.0.0a3 * Revert "align the package folder to the package name" This reverts commit 95a32cd. * rename to mahoomc * Bump to version v2.0.0a4 * temp documentation * Bump to version v2.0.0a5 * add upgrading wahoomc via pip * add commands to publish the release to PyPI BREAKING CHANGE: The GUI and CLI of wahooMapsCreator will now be called differently than before: - `python wahoomc gui` and - `python wahoomc cli -co malta`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR…
Considerations and implementations
wahooMapsCreatorData
is the name of the folderwahooMapsCreatorData
(wasoutput
before)download
is renamed to_download
output
is renamed to_tiles
How to test
Pull Request Checklist