Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-jy authored Feb 20, 2025
1 parent a82b856 commit 644b742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
download_url='https://github.com/fosslight/fosslight_dependency_scanner',
classifiers=['License :: OSI Approved :: Apache Software License',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", ],
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", ],
install_requires=required,
package_data={_PACKAEG_NAME: [os.path.join(_LICENSE_DIR, '*')]},
include_package_data=True,
Expand Down

0 comments on commit 644b742

Please sign in to comment.