File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- pyparsing <= 3.0.4 ; python_full_version < "3.6.8"
1+ pyparsing
22scancode-toolkit == 32.0.6
3+ scanoss
34XlsxWriter
45typecode-libmagic
56fosslight_util >= 1.4.28
Original file line number Diff line number Diff line change 2626 download_url = 'https://github.com/fosslight/fosslight_source_scanner' ,
2727 classifiers = ['License :: OSI Approved :: Apache Software License' ,
2828 "Programming Language :: Python :: 3" ,
29- "Programming Language :: Python :: 3.7" ,
3029 "Programming Language :: Python :: 3.8" ,
31- "Programming Language :: Python :: 3.9" , ],
32- python_requires = ">=3.7" ,
30+ "Programming Language :: Python :: 3.9" ,
31+ "Programming Language :: Python :: 3.10" ,
32+ "Programming Language :: Python :: 3.11" , ],
33+ python_requires = ">=3.8" ,
3334 install_requires = required ,
34- extras_require = {":python_version>'3.7'" : ["scanoss>=0.7.0" ],
35- ":python_version<'3.7'" : ["dataclasses" , "scanoss" ],
36- ":python_version=='3.7'" : ["scanoss>=0.7.0" , "fingerprints==1.0.3" ]},
3735 entry_points = {
3836 "console_scripts" : [
3937 "fosslight_convert = fosslight_source.convert_scancode:main" ,
You can’t perform that action at this time.
0 commit comments