Skip to content
Snippets Groups Projects
Commit 1bd6fb1d authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Rename script to linkahead-loadfiles

parent 13d42e47
No related branches found
No related tags found
2 merge requests!107Release v0.11.0,!105Fix linting
Pipeline #52064 passed
...@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### ### Added ###
- XLSX handling: conversion from XLSX to Json - XLSX handling: conversion from XLSX to Json
- `loadFiles` now also is a standalone script in the installation - `linkahead-loadfiles` now also is a standalone script in the installation
### Changed ### ### Changed ###
......
...@@ -175,7 +175,7 @@ def setup_package(): ...@@ -175,7 +175,7 @@ def setup_package():
packages=find_packages('src'), packages=find_packages('src'),
package_dir={'': 'src'}, package_dir={'': 'src'},
entry_points={"console_scripts": [ entry_points={"console_scripts": [
"loadFiles = caosadvancedtools.loadFiles:main", "linkahead-loadfiles = caosadvancedtools.loadFiles:main",
] ]
}, },
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment