]> kaliko git repositories - mpd-sima.git/commitdiff
Improved source distribution (add missing data files)
authorkaliko <kaliko@azylum.org>
Wed, 17 Dec 2014 17:04:48 +0000 (18:04 +0100)
committerkaliko <kaliko@azylum.org>
Wed, 17 Dec 2014 17:04:48 +0000 (18:04 +0100)
MANIFEST.in [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..7f4b5f8
--- /dev/null
@@ -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 (file)
index 0000000..5d7d6fe
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[sdist]
+formats=gztar,zip
index acae87415d5c11965e2dca48bacb9886e1693a3a..d30e674e42dfae570d3095edaccf7ea70b0273b6 100755 (executable)
--- 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',