Skip to content

Commit fbfef1a

Browse files
authored
Revert license change
1 parent 72584a8 commit fbfef1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"urllib3>=1.26.18",
3434
],
3535
extras_require={
36-
"dev":["pylint==2.16.2"]
36+
"dev":["pylint==2.16.2"],
37+
license="MIT License",
3738
},
3839
package_dir={'': 'src'},
3940
python_requires='>=3.8'

0 commit comments

Comments
 (0)