Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > d7eb560f6b27e068029d87cc454b9c65 > files > 1

sphinx-webtools-0.2.1-20120528.hg86a2eac02afe.fc18.src.rpm

# Remove COPYING and README from the setup.py file to
# avoid them to be installed twice, %doc will handle them 
# the right way.

--- setup.py	2012-05-15 17:44:28.000000000 +0200
+++ setup.py.modified	2012-05-15 18:17:18.715999558 +0200
@@ -15,11 +15,6 @@
                 'sphinx.webtools'
             ]
 
-data_files = [
-                'COPYING',
-                'README'
-            ]
-
 package_data = {
                 'sphinx.webtools': ['tests/data/*/*.rst']
                 }
@@ -40,7 +35,6 @@
         namespace_packages=['sphinx.webtools'],
         packages=packages,
         include_package_data=True,
-        data_files=data_files,
         package_data=package_data,
         test_suite = 'sphinx.webtools.tests',
     )