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
Branches
Tags
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.
### Installation
```bash
# 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
......
......@@ -7,7 +7,7 @@ def get_requirements() -> str:
return reqs.read().split("\n")
setup(
name="ldvspec-migration",
name="atdb-csv-gen",
version="1.0.0",
description="Migration script to copy data from ldvadmin to ldv-spec-db",
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 to comment