Skip to content

Commit 3efca4d

Browse files
Set MIT License for PyPi package
1 parent f203e86 commit 3efca4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="tilt",
8-
version="0.0.4",
8+
version="0.0.5",
99
author="Elias Grünewald",
1010
author_email="gruenewald@tu-berlin.de",
1111
description="A python language binding for the Transparency Information Language and Toolkit (TILT)",
@@ -15,7 +15,7 @@
1515
packages=setuptools.find_packages(),
1616
classifiers=[
1717
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: GNU General Public License v3",
18+
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
],
2121
python_requires='>=3.6',

0 commit comments

Comments
 (0)