From: kaliko Date: Wed, 17 Dec 2014 17:04:48 +0000 (+0100) Subject: Improved source distribution (add missing data files) X-Git-Tag: 0.13.0~5 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;ds=sidebyside;h=fdd65e5d0d519145712206b594442d553ae84c86;hp=59c6c698300f703949c43da0770f8b0eb130f0e0;p=mpd-sima.git Improved source distribution (add missing data files) --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..7f4b5f8 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +recursive-include data * +recursive-include doc * +include README +include INSTALL +include vinstall.py diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5d7d6fe --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[sdist] +formats=gztar,zip diff --git a/setup.py b/setup.py index acae874..d30e674 100755 --- a/setup.py +++ b/setup.py @@ -26,6 +26,9 @@ classifiers = [ "Topic :: Multimedia :: Sound/Audio", "Topic :: Utilities", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", ] setup(name='MPD_sima',