3setup(
6 packages=find_packages(where="src"),
7 package_dir={"": "src"},
8 install_requires=[
15 "brotli",
17 "numba"
19 python_requires=">=3.8",
21 "console_scripts": [
22 "zia-benchmark=zia_benchmark.cli:main",
23 ],
24 },
28 long_description_content_type="text/markdown",
31 "Development Status :: 3 - Alpha",
32 "Intended Audience :: Science/Research",
33 "Programming Language :: Python :: 3",
34 "Programming Language :: Python :: 3.8",
35 "Programming Language :: Python :: 3.9",
36 "Programming Language :: Python :: 3.10",
37 "Programming Language :: Python :: 3.11"
38 ],
39)