File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2929 "Programming Language :: Python :: 3.6" ,
3030 "Programming Language :: Python :: 3.7" ,
3131 "Programming Language :: Python :: 3.8" ,
32- "Programming Language :: Python :: 3.9" , ],
32+ "Programming Language :: Python :: 3.9" ,
33+ "Programming Language :: Python :: 3.10" ,
34+ "Programming Language :: Python :: 3.11" , ],
3335 install_requires = required ,
3436 package_data = {'fosslight_util' : ['resources/frequentLicenselist.json' , 'resources/licenses.json' ]},
3537 include_package_data = True ,
3638 extras_require = {":python_version<'3.7'" : ["pygit2==1.6.1" ],
37- ":python_version>'3.6 '" : ["pygit2= =1.10.1" ]},
39+ ":python_version>= '3.7 '" : ["pygit2> =1.10.1" ]},
3840 entry_points = {
3941 "console_scripts" : [
4042 "fosslight_download = fosslight_util.download:main" ,
You can’t perform that action at this time.
0 commit comments