Skip to content

Commit

Permalink
updated package setup settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aiantsen committed Apr 11, 2024
1 parent 41b6c67 commit f7595ed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
test_suite='tests',
packages=["zabbix_utils"],
tests_require=["unittest"],
install_requires=["aiohttp[speedups]>=3.8.0"],
install_requires=[],
extras_require={
"async": ["aiohttp>=3,<4"],
},
python_requires='>=3.8',
project_urls={
'Zabbix': 'https://www.zabbix.com/documentation/current',
Expand All @@ -57,6 +60,11 @@
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: System :: Monitoring",
Expand Down

0 comments on commit f7595ed

Please sign in to comment.