This commit is contained in:
emdee 2024-02-02 08:31:47 +00:00
parent 3b623d4fdf
commit 383764fca2
9 changed files with 306 additions and 37 deletions

View file

@ -11,19 +11,26 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Framework :: AsyncIO
[options]
zip_safe = false
python_requires = ~=3.6
packages = find:
python_requires = ~=3.8
include_package_data = false
install_requires =
qasync
cryptography
rsa
stem
package_dir=
=src
packages=find:
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
@ -40,7 +47,6 @@ ignore =
E114
E128
E225
E225
E261
E302
E305
@ -49,10 +55,11 @@ ignore =
E502
E541
E701
E702
E704
E722
E741
F508
F541
W503
W601