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 f203e86 commit 3efca4dCopy full SHA for 3efca4d
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="tilt",
8
- version="0.0.4",
+ version="0.0.5",
9
author="Elias Grünewald",
10
author_email="gruenewald@tu-berlin.de",
11
description="A python language binding for the Transparency Information Language and Toolkit (TILT)",
@@ -15,7 +15,7 @@
15
packages=setuptools.find_packages(),
16
classifiers=[
17
"Programming Language :: Python :: 3",
18
- "License :: OSI Approved :: GNU General Public License v3",
+ "License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
],
21
python_requires='>=3.6',
0 commit comments