Skip to content

Commit e9d79d6

Browse files
authored
Update setup.py
1 parent 2261cfd commit e9d79d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: setup.py

+2-1
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)