Correctie naam package in setup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marcel Nijenhof
2020-09-08 15:12:39 +02:00
parent da5da044ef
commit dd47094b75

View File

@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(
name="lmwsip-marceln", # Replace with your own username name="lmwsip", # Replace with your own username
version="0.0.1", version="0.0.1",
author="Marcel Nijenhof", author="Marcel Nijenhof",
author_email="pip@pion.xs4all.nl", author_email="pip@pion.xs4all.nl",