nficano commited on
Commit
62e437f
·
1 Parent(s): 718110e

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -8,7 +8,7 @@ except ImportError:
8
  with open('README.rst') as readme_file:
9
  readme = readme_file.read()
10
 
11
- with open('LICENSE.txt') as readme_file:
12
  license = readme_file.read()
13
 
14
  setup(
 
8
  with open('README.rst') as readme_file:
9
  readme = readme_file.read()
10
 
11
+ with open('LICENSE') as readme_file:
12
  license = readme_file.read()
13
 
14
  setup(