@@ -3,6 +3,7 @@ name = "qasync"
33version = " 0.27.2"
44description = " Python library for using asyncio in Qt-based applications"
55authors = [
6+ " Alex March <alexmarch@fastmail.com>" ,
67 " Arve Knudsen <arve.knudsen@gmail.com>" ,
78 " Gerard Marull-Paretas <gerard@teslabs.com>" ,
89 " Mark Harviston <mark.harviston@gmail.com>" ,
@@ -15,12 +16,15 @@ homepage = "https://github.com/CabbageDevelopment/qasync"
1516repository = " https://github.com/CabbageDevelopment/qasync"
1617keywords = [" Qt" , " asncio" ]
1718classifiers = [
18- " Development Status :: 4 - Beta " ,
19+ " Development Status :: 5 - Production/Stable " ,
1920 " Environment :: X11 Applications :: Qt" ,
2021 " Intended Audience :: Developers" ,
2122 " Operating System :: MacOS" ,
23+ " Operating System :: MacOS :: MacOS X" ,
2224 " Operating System :: Microsoft" ,
25+ " Operating System :: Microsoft :: Windows" ,
2326 " Operating System :: POSIX" ,
27+ " Operating System :: POSIX :: Linux" ,
2428 " Topic :: Software Development :: Libraries :: Python Modules" ,
2529]
2630
@@ -48,9 +52,7 @@ pytest-github-actions-annotate-failures = "^0.1.7"
4852requires = [" poetry-core>=1.5.0" ]
4953build-backend = " poetry.core.masonry.api"
5054
51- [tool .pytest ]
52- addopts = " -n auto"
53- testpaths = [" tests" ]
54-
5555[tool .pytest .ini_options ]
56+ addopts = " -n auto"
5657markers = [" raises" ]
58+ testpaths = [" tests" ]
0 commit comments