diff options
Diffstat (limited to 'PyPI/MLRsearch/setup.cfg')
-rw-r--r-- | PyPI/MLRsearch/setup.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/PyPI/MLRsearch/setup.cfg b/PyPI/MLRsearch/setup.cfg new file mode 100644 index 0000000000..b4abd1bd30 --- /dev/null +++ b/PyPI/MLRsearch/setup.cfg @@ -0,0 +1,7 @@ +[metadata] +# This includes the license file in the wheel. +license_file = LICENSE.txt + +[bdist_wheel] +# TODO: Make the code work both on Python 2 and 3. +universal=0 |