Skip to content

Commit

Permalink
how much can I mess up.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcslater committed Nov 7, 2016
1 parent f9fa303 commit d721206
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
Binary file modified dist/VibrationToolbox-0.5b0.tar.gz
Binary file not shown.
Binary file added dist/VibrationToolbox-0.5b1.tar.gz
Binary file not shown.
9 changes: 9 additions & 0 deletions readme.rst
Expand Up @@ -9,6 +9,15 @@ Python. This is an *educational* set of codes intended for
demonstration. You may find them useful for application, but that
isn't the intent.


Version 0.5b0 install failure
------------------------------
If you attempted to install 0.5b0, you may need to clear the cache first.
The easy way to do this is to ``pip install --user vibrationtoolbox==0.5b2``.

When a new version is released, use ``pip install --upgrade --user vibrationtoolbox``.


Currently:

Type
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,2 +1,2 @@
[metadata]
description-file = readme.rst
description-file = 'readme.rst'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -15,12 +15,12 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='VibrationToolbox',
version='0.5b0',
version='0.5b2',
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/pvtoolbox',
download_url='https://github.com/josephcslater/array_to_latex/archive/0.5b0.tar.gz',
download_url='https://github.com/vibrationtoolbox/pvtoolbox/archive/0.5b2.tar.gz',
packages=['vtoolbox'],
long_description = read('readme.rst'),
keywords=['vibration','mechanical engineering'],
Expand Down

0 comments on commit d721206

Please sign in to comment.