We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2abb30 commit 6d29d65Copy full SHA for 6d29d65
setup.py
@@ -26,10 +26,10 @@
26
download_url='https://github.com/fosslight/fosslight_source_scanner',
27
classifiers=['License :: OSI Approved :: Apache Software License',
28
"Programming Language :: Python :: 3",
29
- "Programming Language :: Python :: 3.6",
30
"Programming Language :: Python :: 3.7",
31
"Programming Language :: Python :: 3.8",
32
"Programming Language :: Python :: 3.9", ],
+ python_requires=">=3.7",
33
install_requires=required,
34
extras_require={":python_version>'3.6'": ["scanoss>=0.7.0"],
35
":python_version<'3.7'": ["dataclasses", "scanoss"]},
0 commit comments