Skip to content

Commit

Permalink
Add missing py3 classifiers (DataDog#10013)
Browse files Browse the repository at this point in the history
  • Loading branch information
hithwen authored Aug 31, 2021
1 parent 99196f5 commit f6b3e9e
Show file tree
Hide file tree
Showing 95 changed files with 191 additions and 1 deletion.
2 changes: 2 additions & 0 deletions active_directory/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_dependencies():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.active_directory'],
Expand Down
2 changes: 2 additions & 0 deletions activemq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.activemq'],
Expand Down
2 changes: 2 additions & 0 deletions activemq_xml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.activemq_xml'],
Expand Down
2 changes: 2 additions & 0 deletions amazon_msk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def get_dependencies():
'Intended Audience :: System Administrators',
'Topic :: System :: Monitoring',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
Expand Down
2 changes: 2 additions & 0 deletions apache/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.apache'],
Expand Down
2 changes: 2 additions & 0 deletions aspdotnet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.aspdotnet'],
Expand Down
2 changes: 2 additions & 0 deletions btrfs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.btrfs'],
Expand Down
2 changes: 2 additions & 0 deletions cacti/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.cacti'],
Expand Down
2 changes: 2 additions & 0 deletions ceph/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.ceph'],
Expand Down
2 changes: 2 additions & 0 deletions cisco_aci/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
packages=['datadog_checks.cisco_aci'],
# Run-time dependencies
Expand Down
2 changes: 2 additions & 0 deletions consul/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
packages=['datadog_checks.consul'],
# Run-time dependencies
Expand Down
2 changes: 2 additions & 0 deletions coredns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# Run-time dependencies
install_requires=[CHECKS_BASE_REQ],
Expand Down
2 changes: 2 additions & 0 deletions couch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.couch'],
Expand Down
2 changes: 2 additions & 0 deletions couchbase/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.couchbase'],
Expand Down
2 changes: 2 additions & 0 deletions directory/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_dependencies():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.directory'],
Expand Down
2 changes: 2 additions & 0 deletions disk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_dependencies():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.disk'],
Expand Down
2 changes: 2 additions & 0 deletions dns_check/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.dns_check'],
Expand Down
2 changes: 2 additions & 0 deletions dotnetclr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def get_dependencies():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.dotnetclr'],
Expand Down
2 changes: 2 additions & 0 deletions ecs_fargate/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.ecs_fargate'],
Expand Down
2 changes: 2 additions & 0 deletions elastic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.elastic'],
Expand Down
2 changes: 2 additions & 0 deletions envoy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.envoy'],
Expand Down
2 changes: 2 additions & 0 deletions etcd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.etcd'],
Expand Down
2 changes: 2 additions & 0 deletions exchange_server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.exchange_server'],
Expand Down
2 changes: 2 additions & 0 deletions external_dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.external_dns'],
Expand Down
2 changes: 2 additions & 0 deletions fluentd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.fluentd'],
Expand Down
2 changes: 2 additions & 0 deletions gearmand/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.gearmand'],
Expand Down
4 changes: 3 additions & 1 deletion gitlab/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ def get_dependencies():
'Intended Audience :: System Administrators',
'Topic :: System :: Monitoring',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.gitlab'],
Expand Down
2 changes: 2 additions & 0 deletions gitlab_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.gitlab_runner'],
Expand Down
2 changes: 2 additions & 0 deletions go_expvar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.go_expvar'],
Expand Down
2 changes: 2 additions & 0 deletions gunicorn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.gunicorn'],
Expand Down
2 changes: 2 additions & 0 deletions haproxy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.haproxy'],
Expand Down
2 changes: 2 additions & 0 deletions hdfs_datanode/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.hdfs_datanode'],
Expand Down
2 changes: 2 additions & 0 deletions hdfs_namenode/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.hdfs_namenode'],
Expand Down
2 changes: 2 additions & 0 deletions http_check/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.http_check'],
Expand Down
2 changes: 2 additions & 0 deletions iis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.iis'],
Expand Down
2 changes: 2 additions & 0 deletions istio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.istio'],
Expand Down
2 changes: 2 additions & 0 deletions kafka_consumer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
packages=['datadog_checks.kafka_consumer'],
# Run-time dependencies
Expand Down
2 changes: 2 additions & 0 deletions kong/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.kong'],
Expand Down
2 changes: 2 additions & 0 deletions kube_dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.kube_dns'],
Expand Down
2 changes: 2 additions & 0 deletions kube_proxy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.kube_proxy'],
Expand Down
2 changes: 2 additions & 0 deletions kubelet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.kubelet'],
Expand Down
2 changes: 2 additions & 0 deletions kubernetes_state/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.kubernetes_state'],
Expand Down
2 changes: 2 additions & 0 deletions kyototycoon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
# The package we're going to ship
packages=['datadog_checks.kyototycoon'],
Expand Down
2 changes: 2 additions & 0 deletions lighttpd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def get_dependencies():
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
],
packages=['datadog_checks.lighttpd'],
# Run-time dependencies
Expand Down
Loading

0 comments on commit f6b3e9e

Please sign in to comment.