From: Kaliko Jack Date: Fri, 16 Nov 2018 15:39:15 +0000 (+0100) Subject: Minor changes in build setup X-Git-Tag: v0.4.3~4 X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=0728522f649613376425c91d2b1c0723eca92856 Minor changes in build setup --- diff --git a/setup.cfg b/setup.cfg index 75d2fcb..77bd960 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [sdist] -formats=bztar,gztar,zip +formats = bztar,gztar,zip + +[bdist_wheel] +universal = 0 diff --git a/setup.py b/setup.py index 9686eb0..06924ad 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,6 @@ setup( license='LGPLv3+', keywords=['mpd', 'Music Player Daemon'], platforms=['Independant'], - test_suite='test.py', )