summaryrefslogtreecommitdiff
blob: 81dfaf038fa6cf9fdb8755fc5c98b053bde8fa95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 0a77cdf..e7ba643 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ packages = ['PyMca','PyMca.PyMcaPlugins', 'PyMca.tests']
 py_modules = []
 
 # Specify all the required PyMca data
-data_files = [(PYMCA_DATA_DIR, ['LICENSE.GPL',
+data_files = [(PYMCA_DATA_DIR, [
                          'PyMca/PyMcaData/Scofield1973.dict',
                          'changelog.txt',
                          'PyMca/PyMcaData/McaTheory.cfg',