[project] name = "isync" description = "." authors = [{ name = "Azat Ibrakov", email = "azatibrakov@gmail.com" }] readme = "README.md" license = { file = "LICENSE" } classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ] requires-python = ">=3.9" dependencies = [] dynamic = ["version"] [project.optional-dependencies] tests = [ "hypothesis>=6.88.3,<7.0", "pytest>=7.4.3,<8.0" ] [build-system] requires = [ "setuptools-rust>=1.5.2,<2.0; platform_python_implementation=='CPython'", "setuptools", "wheel" ] build-backend = "setuptools.build_meta" [tool.coverage.run] source = ["isync"] [tool.mypy] strict = true [tool.pytest.ini_options] addopts = "--verbose -s --hypothesis-profile=default" [tool.setuptools.dynamic] version = { attr = "isync.__version__" }