Skip to content

Commit 6cd879d

Browse files
authored
Update setup.py
1 parent e9d79d6 commit 6cd879d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
],
3535
extras_require={
3636
"dev":["pylint==2.16.2"],
37-
"license":"MIT License",
3837
},
3938
package_dir={'': 'src'},
40-
python_requires='>=3.8'
39+
python_requires='>=3.8',
40+
"license":"MIT License",
4141
)

0 commit comments

Comments
 (0)