-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Update tests -Update test reference files -Update gitignore [ci skip]
- Loading branch information
1 parent
244dbd0
commit 18e6b48
Showing
12 changed files
with
65 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
tests/dev_tests/* | ||
*_test.gpx | ||
*.old | ||
*.private | ||
*.unused | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
|
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 |
---|---|---|
|
@@ -10,18 +10,24 @@ | |
long_description = f.read() | ||
|
||
setup( | ||
name='ezGPX', | ||
version='0.1.0', | ||
name='ezgpx', | ||
version='0.1.1', | ||
description='Easy to use Python GPX library', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
keywords=['gpx', 'gpx-files', 'gpx-parser', 'gpx-reader', 'gpx-writer', 'gpx-data'], | ||
# url='https://medium-multiply.readthedocs.io/', | ||
download_url='https://github.com/FABallemand/ezGPX', | ||
project_urls={ | ||
"Bug Tracker": "https://github.com/FABallemand/ezGPX/issues", | ||
# "Documentation": "", | ||
"Source Code": "https://github.com/FABallemand/ezGPX", | ||
}, | ||
author='Fabien ALLEMAND', | ||
author_email='[email protected]', | ||
license='GNU GPLv3', | ||
classifiers=[ | ||
'Intended Audience :: Developers', | ||
'License :: OSI Approved :: GNU License', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.6', | ||
|
@@ -30,24 +36,11 @@ | |
'Programming Language :: Python :: 3.9', | ||
'Operating System :: OS Independent' | ||
], | ||
packages=find_packages(include=['ezgpx']), | ||
# packages=find_packages(include=['ezgpx']), | ||
packages=['ezgpx'], | ||
include_package_data=True, | ||
install_requires=["gmap", "folium"], | ||
install_requires=['gmap', 'folium'], | ||
setup_requires=['pytest-runner'], | ||
tests_require=['pytest'], | ||
test_suite='tests' | ||
) | ||
|
||
# setup( | ||
# name='ezGPX', | ||
# # packages=find_packages(include=['mypythonlib']), | ||
# packages=find_packages(), | ||
# version='0.1.0', | ||
# description='Easy to use Python GPX library', | ||
# author='Fabien ALLEMAND', | ||
# license='GNU GPLv3', | ||
# install_requires=[], | ||
# setup_requires=['pytest-runner'], | ||
# tests_require=['pytest'], | ||
# test_suite='tests', | ||
# ) | ||
) |
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
File renamed without changes
Binary file added
BIN
+74.7 KB
tests/test_files/reference_files/matplotlib_strava_run_1_elevation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+48.6 KB
tests/test_files/reference_files/matplotlib_strava_run_1_start_stop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+74.8 KB
tests/test_files/reference_files/matplotlib_strava_run_1_start_stop_elevation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-47.5 KB
tests/test_files/reference_files/strava_run_1_start_stop_elevation.png
Binary file not shown.
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