update setup
This commit is contained in:
8
setup.py
8
setup.py
@@ -7,7 +7,7 @@ with open(path.join(path.abspath(path.dirname(__file__)), 'README.md'), encoding
|
|||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="mechanics",
|
name="engineering",
|
||||||
version="2020.10.21",
|
version="2020.10.21",
|
||||||
description="mechanical tools",
|
description="mechanical tools",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
@@ -22,9 +22,9 @@ setup(
|
|||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'beam=beam:main',
|
'eng-beam=beam:main',
|
||||||
'plate=plate:main',
|
'eng-plate=plate:main',
|
||||||
'tube=tube:main',
|
'eng-tube=tube:main',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
keywords = 'mechanics plate tube stress',
|
keywords = 'mechanics plate tube stress',
|
||||||
|
|||||||
Reference in New Issue
Block a user