|
2 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
3 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
4 | 4 | # |
5 | | -# Copyright 2017-2020, Digi International Inc. All Rights Reserved. |
| 5 | +# Copyright 2017-2024, Digi International Inc. All Rights Reserved. |
6 | 6 | import os |
7 | 7 | import sys |
8 | 8 |
|
|
59 | 59 | classifiers=[ |
60 | 60 | 'Development Status :: 5 - Production/Stable', |
61 | 61 | 'Intended Audience :: Developers', |
62 | | - 'Intended Audience :: Telecommunications Industry', |
| 62 | + 'Intended Audience :: Education', |
63 | 63 | 'Intended Audience :: End Users/Desktop', |
| 64 | + 'Intended Audience :: Telecommunications Industry', |
64 | 65 | 'Topic :: Software Development :: Libraries', |
| 66 | + 'Topic :: Software Development :: Libraries :: Python Modules', |
65 | 67 | 'Topic :: Home Automation', |
66 | 68 | 'Topic :: Games/Entertainment', |
67 | 69 | 'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)', |
|
72 | 74 | 'Programming Language :: Python :: 3.8', |
73 | 75 | 'Programming Language :: Python :: 3.9', |
74 | 76 | 'Programming Language :: Python :: 3.10', |
| 77 | + 'Programming Language :: Python :: 3.11', |
| 78 | + 'Programming Language :: Python :: 3.12', |
75 | 79 | 'Operating System :: OS Independent', |
76 | 80 | ], |
77 | 81 | project_urls={ |
78 | 82 | 'Documentation': 'https://xbplib.readthedocs.io', |
79 | | - 'Source': 'https://github.com/digidotcom/xbee-python', |
80 | | - 'Tracker': 'https://github.com/digidotcom/xbee-python/issues', |
| 83 | + 'Source': about['__url__'], |
| 84 | + 'Tracker': '%s/issues' % about['__url__'], |
| 85 | + 'Changelog': '%s/blob/%s/CHANGELOG.rst' % (about['__url__'], about['__version__']) |
81 | 86 | }, |
82 | 87 | ) |
0 commit comments