|
@@ -51,15 +51,15 @@ setuptools.setup(
|
|
|
python_requires="~=3.7",
|
|
|
|
|
|
classifiers=[
|
|
|
- "Development Status :: 3 - Alpha",
|
|
|
+ "Development Status :: 4 - Beta",
|
|
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
|
|
"Topic :: Communications :: Chat",
|
|
|
"Framework :: AsyncIO",
|
|
|
"Programming Language :: Python",
|
|
|
"Programming Language :: Python :: 3",
|
|
|
- "Programming Language :: Python :: 3.7",
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
"Programming Language :: Python :: 3.9",
|
|
|
+ "Programming Language :: Python :: 3.10",
|
|
|
],
|
|
|
package_data={
|
|
|
"mautrix_instagram": [
|