How to make a matplotlib package?

Hello,

Is anyone familiar with how to create a package for matplotlib? I have a Python code that gives plots a spooky/Halloween theme. I want to be able to share this code on Github and have it be downloadable and usable for other people, but I’m not sure how to do this. If you are familiar with mplcyberpunk (https://github.com/dhaitz/mplcyberpunk), what I am trying to do is very similar.

Thank you!

Hi, so answer care of @anntzer.lee:

Most straightforward way is a simple python package (https://packaging.python.org/tutorials/packaging-projects/ or other tutorials online) that distributes a standard python module with the rcparams in a standard python dict.