From 30caaf27803a9529e1809504a39c514c80b859c2 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Wed, 30 May 2018 09:41:55 -0400 Subject: Add PyPI package This patch also makes the '-d' argument optional, with the base directory defaulting to the directory of the configuration file. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..3c6e79c --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 -- cgit v1.2.3