Update setup.py
Browse files
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
|
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(
|