From 02c19d84a18de78e043cad6b491ab58e3122636d Mon Sep 17 00:00:00 2001
From: Robbie Luijben <luijben@astron.nl>
Date: Thu, 17 Nov 2022 15:04:05 +0100
Subject: [PATCH] Fix setup.py to reflect correct name

---
 README.md             | 2 +-
 atdb_csv_gen/setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 814cd6c..91c7647 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/atdb_csv_gen/setup.py b/atdb_csv_gen/setup.py
index 4c3e729..69e0cdf 100644
--- a/atdb_csv_gen/setup.py
+++ b/atdb_csv_gen/setup.py
@@ -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',
-- 
GitLab