← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 246: exclude datafiles line from alfanous-import setup.py

 

------------------------------------------------------------
revno: 246
git commit: 0cc8261a0383aa5b2ee3634e225bc0ad77977248
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-06-09 02:08:37 +0100
message:
  exclude datafiles line from alfanous-import setup.py
modified:
  src/alfanous-import/setup.py


--
lp:~team4alfanous/alfanous/alfanous-git
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:~team4alfanous/alfanous/alfanous-git.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-import/setup.py'
--- src/alfanous-import/setup.py	2012-06-01 02:54:15 +0000
+++ src/alfanous-import/setup.py	2012-06-09 01:08:37 +0000
@@ -26,7 +26,7 @@
 
 	include_package_data = True,
 
-	data_files = [ ( '.', './urls.txt' ), ( '.', './GPL.txt' ), ( '.', './config.xml' )],
+	#data_files = [ ( '.', './urls.txt' ), ( '.', './GPL.txt' ), ( '.', './config.xml' )],
 
 	zip_safe = True,