From 59186a8eff27004ab036ecc0dfe3143af9035e38 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 30 May 2021 17:39:56 +0200 Subject: [PATCH] Correctie dd-oper-api --> ddOperApi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 752e376..2524d09 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( - name="dd-oper-api", # Replace with your own username + name="ddOperApi", # Replace with your own username version="0.0.1", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl",