-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Introduce PyPI setup to distribute python package (#117)
* [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`
- Loading branch information
Showing
424 changed files
with
202 additions
and
101 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,8 @@ dependencies: | |
- geojson=2.5.* | ||
- shapely=1.8.* | ||
- autopep8=1.6.* | ||
- mock | ||
- twine | ||
- pip | ||
- pip: | ||
- build |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[build-system] | ||
requires = [ | ||
"setuptools>=42", | ||
"wheel" | ||
] | ||
build-backend = "setuptools.build_meta" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[metadata] | ||
name = wahoomc | ||
version = 2.0.0a5 | ||
author = Benjamin Kreuscher | ||
author_email = [email protected] | ||
description = Create maps for your Wahoo bike computer based on latest OSM maps | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/treee111/wahooMapsCreator | ||
project_urls = | ||
Bug Tracker = https://github.com/treee111/wahooMapsCreator/issues | ||
classifiers = | ||
Programming Language :: Python :: 3 | ||
License :: OSI Approved :: MIT License | ||
Operating System :: OS Independent | ||
|
||
[options] | ||
packages = wahoomc | ||
python_requires = >=3.7 | ||
install_requires = | ||
requests==2.27.* | ||
shapely==1.8.* | ||
|
||
[options.package_data] | ||
wahoomc = resources/*.*, resources/**/*.*, resources/*/*/*.*, resources/*/*/*/*.* |
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
Oops, something went wrong.