Skip to content

Commit

Permalink
Bump version, add MANIFEST.in, edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
defjaf committed Mar 20, 2018
1 parent 801045f commit ba3dfab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include README.md
14 changes: 7 additions & 7 deletions README.md
@@ -1,12 +1,5 @@
# pip_upgrade_outdated

[Andrew H. Jaffe](mailto:a.h.jaffe@gmail.com)

* [web](https://andrewjaffe.net)
* twitter [@defjaf](https://twitter.com/defjaf)
* github [defjaf](https://github.com/defjaf)


Run `pip install --upgrade` for all outdated packages (`pip list --outdated`).

Allow specifying which version of `pip` to run, and parallel or serial execution of the upgrade step.
Expand Down Expand Up @@ -41,3 +34,10 @@ optional arguments:

* code based on https://gist.github.com/serafeimgr/b4ca5d0de63950cc5349d4802d22f3f0
* project structure based on https://gehrcke.de/2014/02/distributing-a-python-command-line-application/

### AUTHOR

* [Andrew H. Jaffe](mailto:a.h.jaffe@gmail.com)
* [web](https://andrewjaffe.net)
* twitter [@defjaf](https://twitter.com/defjaf)
* github [defjaf](https://github.com/defjaf)
2 changes: 1 addition & 1 deletion pip_upgrade_outdated/upgrade_pip_packages.py
Expand Up @@ -28,7 +28,7 @@
import argparse
import functools

__version__ = "0.91"
__version__ = "0.92"

def run_command(command):
"""
Expand Down

0 comments on commit ba3dfab

Please sign in to comment.