From dd47094b75c9a5276318330bc98ca0e19dcc415a Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Tue, 8 Sep 2020 15:12:39 +0200 Subject: [PATCH] Correctie naam package in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb026dc..495defa 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="lmwsip-marceln", # Replace with your own username + name="lmwsip", # Replace with your own username version="0.0.1", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl",