File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11* . * ~
2+
3+ Vibration_Toolbox.egg-info
4+ Vibration_Toolbox.egg-info /*
5+ VibrationToolbox.egg-info
6+
27# OS generated files #
38# #####################
49.DS_Store
@@ -19,4 +24,4 @@ Thumbs.db
1924
2025* . * ~
2126__pycache__
22- .idea /
27+ .idea /
Original file line number Diff line number Diff line change 1+
2+ What I need to do to get this to install properly with pip
3+ https://www.codementor.io/python/tutorial/host-your-python-package-using-github-on-pypi
4+
5+ http://peterdowns.com/posts/first-time-with-pypi.html
6+
7+ To test release
8+ --------------------
9+ python setup.py register -r pypitest
10+ python setup.py sdist upload -r pypitest
11+
12+ look at https://testpypi.python.org/pypi
13+
14+ To release
15+ ----------------
16+ python setup.py register -r pypi
17+ python setup.py sdist upload -r pypi
Original file line number Diff line number Diff line change 1414def read (fname ):
1515 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
1616
17- setup (name = 'Vibration Toolbox ' ,
17+ setup (name = 'VibrationToolbox ' ,
1818 version = '0.5b0' ,
1919 description = 'Educational code illustrating fundamentals of vibration for mechanical engineers.' ,
2020 author = 'Joseph C. Slater and Raphael Timbo' ,
You can’t perform that action at this time.
0 commit comments