DEV Community

Discussion on: My Image/GIF glitching python library is now on pypi!

Collapse
 
waylonwalker profile image
Waylon Walker

You need some entry_points in your setup.py

I have an article getting started with click that uses entry_points. You may not need click, but the entry points are make your cli library globally callable.

Collapse
 
totally_chase profile image
Phantz

Thanks! I needed this :D

Collapse
 
totally_chase profile image
Phantz

Just added the entrypoint + more overhauls!

Thank you so much once again!

Collapse
 
waylonwalker profile image
Waylon Walker

💨 Wicked fast work!!! I'll definitely take a look at it again.