aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-01-31 14:51:46 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-01-31 15:13:15 -0500
commit5359ca2f9e8708245bce5ac6e9538d6db45abbcb (patch)
treedff873e38625f0ba800df5c52e5e087c13769624 /setup.py
downloadbenchstrace-5359ca2f9e8708245bce5ac6e9538d6db45abbcb.tar.gz
Initial commit
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..6068493
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()