Skip to content

Commit 2918c24

Browse files
dummy setup.py for Github 'Used By'
1 parent 48cc0d8 commit 2918c24

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.py

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from setuptools import setup
2+
3+
4+
raise Exception(
5+
"""
6+
7+
This file exists to set up the Github "Used By" counter properly and is not meant to be run.
8+
9+
Please refer to ./packages/python/plotly/setup.py instead.
10+
"""
11+
)
12+
13+
setup(name="plotly")

0 commit comments

Comments
 (0)