Skip to content

Commit b5a06de

Browse files
authored
chore: add licence to the Pypi package (#19)
1 parent de486af commit b5a06de

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
@@ -36,5 +36,6 @@
3636
"dev":["pylint==2.16.2"]
3737
},
3838
package_dir={'': 'src'},
39-
python_requires='>=3.8'
39+
python_requires='>=3.8',
40+
license="MIT License",
4041
)

0 commit comments

Comments
 (0)