@@ -4,18 +4,18 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pydepsdev"
7- version = " 0.1.2 "
7+ version = " 0.2.0 "
88authors = [
9- {
name =
" Robert-André Mauchin" ,
email =
" [email protected] " }
9+ {
name =
" Robert-André Mauchin" ,
email =
" [email protected] " }
1010]
11- description = " A Python library for interacting with Deps.dev API"
11+ description = " A Python library for interacting with Open Source Insights API (deps.dev) "
1212readme = " README.md"
1313license = { file = " LICENSE" }
1414requires-python = " >=3.8"
15- keywords = [" api" , " deps.dev" ]
15+ keywords = [" Open Source Insights " , " api" , " deps.dev" ]
1616classifiers = [
1717 " Topic :: Software Development :: Libraries" ,
18- " Development Status :: 3 - Alpha " ,
18+ " Development Status :: 4 - Beta " ,
1919 " License :: OSI Approved :: Apache Software License" ,
2020 " Programming Language :: Python :: 3" ,
2121 " Operating System :: OS Independent" ,
@@ -30,16 +30,7 @@ dependencies = [
3030"Repository" = " https://github.com/eclipseo/pydepsdev.git"
3131"Bug Tracker" = " https://github.com/eclipseo/pydepsdev/issues"
3232
33- [tool .tox ]
34- legacy_tox_ini = """
35- [tox]
36- envlist = py38, py39, py310, py311, lint
33+ [tool .pytest .ini_options ]
34+ asyncio_mode = " auto"
35+ asyncio_default_fixture_loop_scope = " function"
3736
38- [testenv]
39- deps = pytest >= 3.0.0, aioresponses, pytest-asyncio
40- commands = pytest
41-
42- [testenv:lint]
43- deps = black
44- commands = black pydepsdev
45- """
0 commit comments