Description: Remove the unused package data in setup.py
Author: Simon Chopin <chopin.simon@gmail.com>
Forwarded: not-needed
Applied-Upstream: 2013-05-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -52,15 +52,6 @@
     author_email="alastair@porter.net.nz",
     url="https://github.com/alastair/python-musicbrainz-ngs",
     packages=['musicbrainzngs'],
-    package_data={'musicbrainzngs': ['CHANGES',
-                                     '../docs/*',
-                                     '../examples/*',
-                                     '../test/data/*.xml',
-                                     '../test/data/artist/*',
-                                     '../test/data/label/*',
-                                     '../test/data/release/*',
-                                     '../test/data/release-group/*',
-                                     '../test/data/work/*']},
     cmdclass={'test': test },
     license='BSD 2-clause',
     classifiers=[
