|
@@ -36,6 +36,9 @@ setuptools.setup(
|
|
name="mautrix-signal",
|
|
name="mautrix-signal",
|
|
version=version,
|
|
version=version,
|
|
url="https://github.com/mautrix/signal",
|
|
url="https://github.com/mautrix/signal",
|
|
|
|
+ project_urls={
|
|
|
|
+ "Changelog": "https://github.com/mautrix/signal/blob/master/CHANGELOG.md",
|
|
|
|
+ },
|
|
|
|
|
|
author="Tulir Asokan",
|
|
author="Tulir Asokan",
|
|
author_email="tulir@maunium.net",
|
|
author_email="tulir@maunium.net",
|
|
@@ -51,15 +54,15 @@ setuptools.setup(
|
|
python_requires="~=3.7",
|
|
python_requires="~=3.7",
|
|
|
|
|
|
classifiers=[
|
|
classifiers=[
|
|
- "Development Status :: 3 - Alpha",
|
|
|
|
|
|
+ "Development Status :: 4 - Beta",
|
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
|
"Topic :: Communications :: Chat",
|
|
"Topic :: Communications :: Chat",
|
|
"Framework :: AsyncIO",
|
|
"Framework :: AsyncIO",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3",
|
|
- "Programming Language :: Python :: 3.7",
|
|
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.9",
|
|
|
|
+ "Programming Language :: Python :: 3.10",
|
|
],
|
|
],
|
|
package_data={"mautrix_signal": [
|
|
package_data={"mautrix_signal": [
|
|
"example-config.yaml",
|
|
"example-config.yaml",
|