Skip to content

Commit

Permalink
found a way to include the readme.rst file
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcslater committed Nov 7, 2016
1 parent e86bc50 commit a70d5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -19,7 +19,7 @@ Thumbs.db
<<<<<<< HEAD

.DS_Store

dist
=======
.ipynb_check*
.ipynb*check*/*
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -15,16 +15,17 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='vibration-toolbox',
version='0.5b7',
version='0.5b8',
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.5b7.tar.gz',
download_url='https://github.com/vibrationtoolbox/vibration-toolbox/archive/0.5b8.tar.gz',
packages=['vibration-toolbox'],
package_data={'vibration-toolbox': ['../readme.rst', 'data/*.mat'],'':['readme.rst']},
long_description = read('readme.rst'),
keywords=['vibration','mechanical engineering'],
install_requires=['numpy', 'scipy', 'matplotlib', 'vibration']
install_requires=['numpy', 'scipy', 'matplotlib']
)

# https://docs.python.org/3/distutils/setupscript.html#additional-meta-data

0 comments on commit a70d5cb

Please sign in to comment.