We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9cba2 commit cd3a69cCopy full SHA for cd3a69c
setup.py
@@ -10,10 +10,6 @@
10
import os
11
import re
12
13
-
14
-LICENSE = open("LICENSE").read()
15
16
17
# strip links from the descripton on the PyPI
18
if python_version_tuple()[0] >= '3':
19
LONG_DESCRIPTION = open("README.rst", "r", encoding="utf-8").read().replace("`_", "`")
@@ -47,7 +43,7 @@
47
43
author='Sergey Astanin',
48
44
author_email='s.astanin@gmail.com',
49
45
url='https://bitbucket.org/astanin/python-tabulate',
50
- license=LICENSE,
46
+ license='MIT',
51
classifiers= [ "Development Status :: 4 - Beta",
52
"License :: OSI Approved :: MIT License",
53
"Operating System :: OS Independent",
0 commit comments