Permalink
Cannot retrieve contributors at this time
13 lines (8 sloc)
250 Bytes
from setuptools import setup | |
raise Exception( | |
""" | |
This file exists to set up the Github "Used By" counter properly and is not meant to be run. | |
Please refer to ./packages/python/plotly/setup.py instead. | |
""" | |
) | |
setup(name="plotly") |