Metadata-Version: 2.1
Name: pullyou
Version: 1.0.0
Summary: A tool for opening the PR associated with a given commit
Home-page: https://github.com/macrael/pullyou
Author: MacRae Linton
Author-email: macrae@macrael.com
License: BSD
Keywords: git github
Platform: UNKNOWN
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.7

PullYou is a tool for opening the PR associated with a given git hash.

Releasing
-------------
```
$ python setup.py sdist bdist_wheel
$ twine upload dist/* [-r testpypi]
$ rm -rf dist/*
* tag the release
* bump the version number
```


