git-when-merged icon indicating copy to clipboard operation
git-when-merged copied to clipboard

Publish on pypi

Open mattiasb opened this issue 9 years ago • 2 comments

I would like to test this out, but also with as little effort as possible.

Would it be possible to publish this on pypi? That way to try it out is just:

$ pip install --user git-when-merged

It would imply adding a setup.py file.

For extra points, adding an entrypoints section, like this:

     entry_points={
        'console_scripts': [
            'git-merged-when=git-merged-when:main',
        ],
    },

...would make it work in windows as well.

mattiasb avatar Nov 18 '16 14:11 mattiasb

I'm happy to do the packaging.

@mhagger if I open a PR, will you publish this? I can include automation that pushes to PyPI automatically whenever a tag is created if that'd be helpful.

tucked avatar Jun 24 '22 23:06 tucked

@tucked: thanks, that would be helpful. Bonus points if the instructions are simple enough that a 5-year-old can understand them, since I've not been active in the Python community for more than five years :wink:

mhagger avatar Jun 27 '22 10:06 mhagger

https://pypi.org/project/git-when-merged/

Woohoo! Thanks @mhagger 😎

tucked avatar Aug 17 '22 20:08 tucked