|
9 | 9 | version=__version__,
|
10 | 10 | author="Zabbix SIA",
|
11 | 11 |
|
| 12 | + maintainer="Aleksandr Iantsen", |
| 13 | + maintainer_email="[email protected]", |
12 | 14 | description="A library with modules for working with Zabbix (Zabbix API, Zabbix sender, Zabbix get)",
|
13 | 15 | long_description=long_description,
|
14 | 16 | long_description_content_type="text/markdown",
|
|
22 | 24 | project_urls={
|
23 | 25 | 'Zabbix': 'https://www.zabbix.com/documentation/current',
|
24 | 26 | 'Source': 'https://github.com/zabbix/python-zabbix-utils',
|
25 |
| - 'Changes': 'https://github.com/zabbix/python-zabbix-utils/blob/master/CHANGELOG.md', |
| 27 | + 'Changes': 'https://github.com/zabbix/python-zabbix-utils/blob/main/CHANGELOG.md', |
26 | 28 | 'Bug Tracker': 'https://github.com/zabbix/python-zabbix-utils/issues'
|
27 | 29 | },
|
28 | 30 | classifiers=[
|
29 | 31 | "Development Status :: 4 - Beta",
|
30 | 32 | "Programming Language :: Python",
|
31 | 33 | "Programming Language :: Python :: 3",
|
32 |
| - "License :: OSI Approved :: MIT License", |
33 |
| - "Operating System :: OS Independent", |
| 34 | + "License :: OSI Approved :: MIT License", |
| 35 | + "Operating System :: OS Independent", |
34 | 36 | "Topic :: System :: Monitoring",
|
35 | 37 | "Topic :: System :: Networking :: Monitoring",
|
36 | 38 | "Topic :: System :: Systems Administration",
|
|
0 commit comments