Skip to content

Instantly share code, notes, and snippets.

@joaopalmeiro
Created May 19, 2022 16:22
Show Gist options
  • Select an option

  • Save joaopalmeiro/7c0b48ce799d3ca1bd0083deee906b8b to your computer and use it in GitHub Desktop.

Select an option

Save joaopalmeiro/7c0b48ce799d3ca1bd0083deee906b8b to your computer and use it in GitHub Desktop.
Entry point for Altair themes
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