From 892878e98fb3b3e4ca250691d23ef31cc3e29efb Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Apr 2014 21:11:47 -0400 Subject: 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. --- 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..5e40900 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1 -- cgit v1.2.3