From: Bob Halley Date: Sat, 8 Oct 2016 23:37:50 +0000 (-0700) Subject: add wheel config file X-Git-Tag: v1.16.0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e9a1df80b86815594b36c020b2e955e7c5679c;p=thirdparty%2Fdnspython.git add wheel config file --- diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..ed8a958e --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[bdist_wheel] +universal = 1 + +[metadata] +license_file = LICENSE