Skip to content

Commit

Permalink
name right in all places.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcslater committed Nov 7, 2016
1 parent 5e311e0 commit 8fb03b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added dist/vibration_toolbox-0.5b4.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -14,14 +14,14 @@
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

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

0 comments on commit 8fb03b1

Please sign in to comment.