diff options
author | Teddy Wing | 2014-04-20 21:11:47 -0400 |
---|---|---|
committer | Teddy Wing | 2014-04-20 21:11:47 -0400 |
commit | 892878e98fb3b3e4ca250691d23ef31cc3e29efb (patch) | |
tree | ebafd9f8a5fdf0fa765f66360da320ec94569b94 | |
parent | 6e2a53d06d6a3d98a55134d79fde6618a080ca54 (diff) | |
download | django-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.cfg | 2 |
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 |