Jose Diaz-Gonzalez
commited on
Commit
·
e6da3d7
1
Parent(s):
1dce1ea
Fix open call for LICENSE.txt
Browse files
setup.py
CHANGED
@@ -10,7 +10,7 @@ except ImportError:
|
|
10 |
with open('README.rst') as readme_file:
|
11 |
readme = readme_file.read()
|
12 |
|
13 |
-
with open('LICENSE') as readme_file:
|
14 |
license = readme_file.read()
|
15 |
|
16 |
setup(
|
|
|
10 |
with open('README.rst') as readme_file:
|
11 |
readme = readme_file.read()
|
12 |
|
13 |
+
with open('LICENSE.txt') as readme_file:
|
14 |
license = readme_file.read()
|
15 |
|
16 |
setup(
|