Skip to content

Commit

Permalink
chore: Update package metadata with corresponding Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 9, 2022
1 parent 8fd07d7 commit dd6043c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(path):
keywords="synology, synology-diskstation, snmp, snmpv3, monitoring, monitoring-plugin, nagios, icinga2, icinga2-plugin",
py_modules=["check_synology"],
entry_points={"console_scripts": ["check_synology = check_synology"]},
python_requires=">=3.4",
python_requires=">=3.6",
install_requires=["easysnmp>=0.2,<1"],
extras_require={
"test": [
Expand All @@ -41,7 +41,13 @@ def read(path):
"Operating System :: OS Independent",
"Environment :: Console",
"Programming Language :: Python",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Intended Audience :: Developers",
"Intended Audience :: Education",
Expand Down

0 comments on commit dd6043c

Please sign in to comment.