aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-04-20 21:11:47 -0400
committerTeddy Wing2014-04-20 21:11:47 -0400
commit892878e98fb3b3e4ca250691d23ef31cc3e29efb (patch)
treeebafd9f8a5fdf0fa765f66360da320ec94569b94
parent6e2a53d06d6a3d98a55134d79fde6618a080ca54 (diff)
downloaddjango-sneak-peek-892878e98fb3b3e4ca250691d23ef31cc3e29efb.tar.bz2
Add setup.cfg
Following https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/ In reality I don't even know what this addition is for. But from what I can gather it will help with distribution across Python versions.
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..5e40900
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[wheel]
+universal = 1