update setup

This commit is contained in:
2024-07-20 12:35:46 +02:00
parent 49bd23cb61
commit 95b8f00201

View File

@@ -7,7 +7,7 @@ with open(path.join(path.abspath(path.dirname(__file__)), 'README.md'), encoding
long_description = f.read()
setup(
name="mechanics",
name="engineering",
version="2020.10.21",
description="mechanical tools",
long_description=long_description,
@@ -22,9 +22,9 @@ setup(
],
entry_points={
'console_scripts': [
'beam=beam:main',
'plate=plate:main',
'tube=tube:main',
'eng-beam=beam:main',
'eng-plate=plate:main',
'eng-tube=tube:main',
],
},
keywords = 'mechanics plate tube stress',