Created
May 19, 2022 16:22
-
-
Save joaopalmeiro/7c0b48ce799d3ca1bd0083deee906b8b to your computer and use it in GitHub Desktop.
Entry point for Altair themes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from setuptools import setup | |
| ENTRY_POINTS = { | |
| "altair.vegalite.v4.theme": [ | |
| "feedzai = feedzai_altair_theme.theme:feedzai", | |
| ], | |
| } | |
| setup(name="feedzai-altair-theme", entry_points=ENTRY_POINTS) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment