|
2 | 2 |
|
3 | 3 | setup( |
4 | 4 | name="dt", |
5 | | - version="1.1.68", |
6 | | - packages=find_packages(include=["dynatrace"]), |
| 5 | + version="1.1.69", |
| 6 | + packages=find_packages(include=["dynatrace*"]), |
7 | 7 | install_requires=["requests>=2.22"], |
8 | 8 | tests_require=["pytest", "mock", "tox"], |
9 | 9 | python_requires=">=3.6", |
|
20 | 20 | "Programming Language :: Python", |
21 | 21 | "Programming Language :: Python :: 3", |
22 | 22 | "Programming Language :: Python :: 3.6", |
| 23 | + "Programming Language :: Python :: 3.7", |
| 24 | + "Programming Language :: Python :: 3.8", |
| 25 | + "Programming Language :: Python :: 3.9", |
| 26 | + "Programming Language :: Python :: 3.10", |
| 27 | + "Programming Language :: Python :: 3.11", |
| 28 | + "Programming Language :: Python :: 3.12", |
| 29 | + "Programming Language :: Python :: 3.13", |
23 | 30 | "Programming Language :: Python :: Implementation :: CPython", |
24 | 31 | "Operating System :: POSIX :: Linux", |
25 | 32 | "Operating System :: Microsoft :: Windows", |
| 33 | + "Operating System :: MacOS", |
26 | 34 | "Topic :: Software Development", |
27 | 35 | ], |
28 | 36 | project_urls={"Issue Tracker": "https://github.com/dlopes7/dynatrace-rest-python/issues"}, |
|
0 commit comments