mirror of
https://github.com/sstent/Garmin_Analyser.git
synced 2026-01-25 16:42:40 +00:00
removing old endpoints etc
This commit is contained in:
3
setup.py
3
setup.py
@@ -48,10 +48,11 @@ setup(
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"garmin-analyser=main:main",
|
||||
"garmin-analyzer-cli=cli:main",
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
"": ["config/*.yaml", "templates/*.html", "templates/*.md"],
|
||||
"garmin_analyser": ["config/*.yaml", "visualizers/templates/*.html", "visualizers/templates/*.md"],
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user