Skip to content

Commit cd3a69c

Browse files
committed
fix astanin#116: Change the LICENSE variable to 'MIT'
1 parent 6e9cba2 commit cd3a69c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
import os
1111
import re
1212

13-
14-
LICENSE = open("LICENSE").read()
15-
16-
1713
# strip links from the descripton on the PyPI
1814
if python_version_tuple()[0] >= '3':
1915
LONG_DESCRIPTION = open("README.rst", "r", encoding="utf-8").read().replace("`_", "`")
@@ -47,7 +43,7 @@
4743
author='Sergey Astanin',
4844
author_email='s.astanin@gmail.com',
4945
url='https://bitbucket.org/astanin/python-tabulate',
50-
license=LICENSE,
46+
license='MIT',
5147
classifiers= [ "Development Status :: 4 - Beta",
5248
"License :: OSI Approved :: MIT License",
5349
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)