From e69e933a0f40cab7a351a622a69b0981a16ca9bd Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sat, 20 Jul 2024 12:36:17 +0200 Subject: [PATCH] update setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9299dca..206a3db 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(path.join(path.abspath(path.dirname(__file__)), 'README.md'), encoding setup( name="engineering", version="2020.10.21", - description="mechanical tools", + description="engineering tools", long_description=long_description, author="Daniel Weschke", author_email="daniel.weschke@directbox.de",