Update mautrix-python
This commit is contained in:
parent
6f57c88e4a
commit
7679a0e97c
4 changed files with 24 additions and 21 deletions
4
setup.py
4
setup.py
|
@ -39,7 +39,7 @@ setuptools.setup(
|
|||
|
||||
install_requires=install_requires,
|
||||
extras_require=extras_require,
|
||||
python_requires="~=3.7",
|
||||
python_requires="~=3.8",
|
||||
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
|
@ -48,9 +48,9 @@ setuptools.setup(
|
|||
"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",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue