pinax/pinax-stripe-light

Add library identification

paltman opened this issue · 0 comments

I wonder if we should add library identification.

Maybe it's as simple as adding:

stripe.set_app_info(
    "Pinax Stripe",
    version=PULLED_FROM_PKG_INFO,
    url="https://github.com/pinax/pinax-stripe"
)

Originally posted by @paltman in #594 (comment)