diff --git a/setup.py b/setup.py index e3b1648..df51c75 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ LONG_DESCRIPTION = f.read() setup( - name="Semi-ATE-DT", + name="Semi-ATE-DnT", version=__version__, description="Convenient Date and Time library for python", long_description=LONG_DESCRIPTION, @@ -19,7 +19,7 @@ author="Tom Hören", maintainer="Semi-ATE", maintainer_email="info@Semi-ATE.com", - url="https://github.com/Semi-ATE/DT", + url="https://github.com/Semi-ATE/DnT", license="MIT", keywords="Semiconductor ATE Automatic Test Equipment Date Time", platforms=["Windows", "Linux", "Mac OS-X"],