added trove classifiers for python 3.10

This commit is contained in:
Akash Mahanty 2022-01-22 00:57:10 +05:30
parent 405e9a2a79
commit df64e839d7

View File

@ -50,6 +50,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
],
entry_points={"console_scripts": ["waybackpy = waybackpy.cli:main"]},