Skip to content

Commit dd929b1

Browse files
authored
Merge pull request #103 from vduseev/main
Hotfix missing modules in the package
2 parents a05e06e + 7f68531 commit dd929b1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: setup.py

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
name="dt",
5-
version="1.1.68",
6-
packages=find_packages(include=["dynatrace"]),
5+
version="1.1.69",
6+
packages=find_packages(include=["dynatrace*"]),
77
install_requires=["requests>=2.22"],
88
tests_require=["pytest", "mock", "tox"],
99
python_requires=">=3.6",
@@ -20,9 +20,17 @@
2020
"Programming Language :: Python",
2121
"Programming Language :: Python :: 3",
2222
"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",
2330
"Programming Language :: Python :: Implementation :: CPython",
2431
"Operating System :: POSIX :: Linux",
2532
"Operating System :: Microsoft :: Windows",
33+
"Operating System :: MacOS",
2634
"Topic :: Software Development",
2735
],
2836
project_urls={"Issue Tracker": "https://github.com/dlopes7/dynatrace-rest-python/issues"},

0 commit comments

Comments
 (0)