summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-02-19 15:17:38 +0100
committerYuval Adam <_@yuv.al>2018-02-19 15:17:38 +0100
commit019da28a8e620d4e2b5ac828af9c9118c0821c40 (patch)
tree5167d62ed9f6c613bc185f29f1398fee2a1fbba5 /setup.cfg
parent64f84aa1b4bf604835406577e994556e72fd76c9 (diff)
More structure changes
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..60bd34d
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[bdist_wheel]
+universal = 1
+
+[metadata]
+license_file = LICENSE \ No newline at end of file