Skip to content
Snippets Groups Projects
Commit 02c19d84 authored by Robbie Luijben's avatar Robbie Luijben
Browse files

Fix setup.py to reflect correct name

parent eea9acf6
No related branches found
No related tags found
1 merge request!13Fix setup.py to reflect correct name
...@@ -6,7 +6,7 @@ Generates csv input files for the `atdb_load_tasks_from_table` script. ...@@ -6,7 +6,7 @@ Generates csv input files for the `atdb_load_tasks_from_table` script.
### Installation ### Installation
```bash ```bash
# Using pip install (requires valid ssh key, until the repo is set to public) # Using pip install (requires valid ssh key, until the repo is set to public)
pip install pip install -e "git+https://git.astron.nl/ldv/ldv_utils.git#egg=atdb-csv-gen&subdirectory=atdb_csv_gen" pip install -e "git+https://git.astron.nl/ldv/ldv_utils.git#egg=atdb-csv-gen&subdirectory=atdb_csv_gen"
``` ```
### Running ### Running
......
...@@ -7,7 +7,7 @@ def get_requirements() -> str: ...@@ -7,7 +7,7 @@ def get_requirements() -> str:
return reqs.read().split("\n") return reqs.read().split("\n")
setup( setup(
name="ldvspec-migration", name="atdb-csv-gen",
version="1.0.0", version="1.0.0",
description="Migration script to copy data from ldvadmin to ldv-spec-db", description="Migration script to copy data from ldvadmin to ldv-spec-db",
author='Roy de Goei, Fanna Lautenback, Nico Vermaas for ASTRON', author='Roy de Goei, Fanna Lautenback, Nico Vermaas for ASTRON',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment