Skip to content

Commit

Permalink
setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarervin committed Oct 12, 2021
1 parent ec27e9f commit 40f6b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=setuptools.find_packages(), # List of all python modules to be installed
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache 2.0 License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
], # Information to filter the project on PyPi website
python_requires='>=3.8', # Minimum version requirement of the package
Expand Down

0 comments on commit 40f6b74

Please sign in to comment.