pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
684 stars 285 forks source link

Add library identification #643

Closed paltman closed 2 years ago

paltman commented 2 years ago

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 https://github.com/pinax/pinax-stripe/issues/594#issuecomment-428313801