Skip to content

Commit 8fb03b1

Browse files
committed
name right in all places.
1 parent 5e311e0 commit 8fb03b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

15.9 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
def read(fname):
1515
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1616

17-
setup(name='VibrationToolbox',
17+
setup(name='vibration_toolbox',
1818
version='0.5b4',
1919
description='Educational code illustrating fundamentals of vibration for mechanical engineers.',
2020
author='Joseph C. Slater and Raphael Timbo',
2121
author_email='joseph.c.slater@gmail.com',
2222
url='https://github.com/vibrationtoolbox/vibration_toolbox',
2323
download_url='https://github.com/vibrationtoolbox/vibration_toolbox/archive/0.5b4.tar.gz',
24-
packages=['vtoolbox'],
24+
packages=['vibration_toolbox'],
2525
long_description = read('readme.rst'),
2626
keywords=['vibration','mechanical engineering'],
2727
install_requires=['numpy', 'scipy', 'matplotlib', 'vibration']

0 commit comments

Comments
 (0)