File tree 5 files changed +5
-5
lines changed
datadog_checks_dev/datadog_checks/dev/tooling/templates
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
],
53
53
54
54
# The package we're going to ship
55
- packages = ['datadog_checks' , 'datadog_checks .cockroachdb' ],
55
+ packages = ['datadog_checks.cockroachdb' ],
56
56
57
57
# Run-time dependencies
58
58
install_requires = [CHECKS_BASE_REQ ],
Original file line number Diff line number Diff line change 46
46
install_requires = [CHECKS_BASE_REQ , ],
47
47
48
48
# The package we're going to ship
49
- packages = ['datadog_checks' , 'datadog_checks .coredns' ],
49
+ packages = ['datadog_checks.coredns' ],
50
50
51
51
include_package_data = True ,
52
52
)
Original file line number Diff line number Diff line change 49
49
],
50
50
51
51
# The package we're going to ship
52
- packages = ['datadog_checks' , 'datadog_checks .{check_name}' ],
52
+ packages = ['datadog_checks.{check_name}' ],
53
53
54
54
# Run-time dependencies
55
55
install_requires = [CHECKS_BASE_REQ ],
Original file line number Diff line number Diff line change 49
49
],
50
50
51
51
# The package we're going to ship
52
- packages = ['datadog_checks' , 'datadog_checks .{check_name}' ],
52
+ packages = ['datadog_checks.{check_name}' ],
53
53
54
54
# Run-time dependencies
55
55
install_requires = [CHECKS_BASE_REQ ],
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def get_requirements(fpath):
57
57
],
58
58
59
59
# The package we're going to ship
60
- packages = ['datadog_checks' , 'datadog_checks .openmetrics' ],
60
+ packages = ['datadog_checks.openmetrics' ],
61
61
62
62
# Run-time dependencies
63
63
install_requires = [CHECKS_BASE_REQ ],
You can’t perform that action at this time.
0 commit comments