add awg
This commit is contained in:
10
setup.py
10
setup.py
@@ -8,7 +8,7 @@ with open(path.join(path.abspath(path.dirname(__file__)), 'README.md'), encoding
|
||||
|
||||
setup(
|
||||
name="engineering",
|
||||
version="2020.10.21",
|
||||
version="2024.07.20",
|
||||
description="engineering tools",
|
||||
long_description=long_description,
|
||||
author="Daniel Weschke",
|
||||
@@ -16,18 +16,24 @@ setup(
|
||||
package_dir={'': 'src'},
|
||||
packages=find_packages("src"),
|
||||
py_scripts = [
|
||||
# mech
|
||||
'beam.py',
|
||||
'plate.py',
|
||||
'tube.py',
|
||||
# et
|
||||
'awg.py',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
# mech
|
||||
'eng-beam=beam:main',
|
||||
'eng-plate=plate:main',
|
||||
'eng-tube=tube:main',
|
||||
# et
|
||||
'eng-awg=awg:main',
|
||||
],
|
||||
},
|
||||
keywords = 'mechanics plate tube stress',
|
||||
keywords = 'mechanical electrical engineering mechanics plate tube stress',
|
||||
license="MIT",
|
||||
classifiers=[
|
||||
'Environment :: Console',
|
||||
|
||||
Reference in New Issue
Block a user