aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-25 17:24:53 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-25 17:24:53 -0600
commitcdb84fd4bd0ae86d3a84ad81f299a4116ceb2fae (patch)
tree4c92c3f97bbc9a3284c3a53582d2b52334dc57c9 /setup.py
downloadyapymake-cdb84fd4bd0ae86d3a84ad81f299a4116ceb2fae.tar.gz
yapymake-cdb84fd4bd0ae86d3a84ad81f299a4116ceb2fae.zip
catch up with rust version, mostly
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..a4f49f9
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,2 @@
+import setuptools
+setuptools.setup()