Skip to content

Commit 319e531

Browse files
PCManticoreEmanuele Palazzetti
authored andcommitted
Add missing trove classifiers for Pypi (#395)
The classifiers are not only useful for indicating the supported Python versions for a human, but they are also consumed by tools such as caniusepython3.
1 parent 91fb199 commit 319e531

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,12 @@ def run_tests(self):
6767
'console_scripts': [
6868
'ddtrace-run = ddtrace.commands.ddtrace_run:main'
6969
]
70-
}
70+
},
71+
classifiers=[
72+
'Programming Language :: Python',
73+
'Programming Language :: Python :: 2.7',
74+
'Programming Language :: Python :: 3.4',
75+
'Programming Language :: Python :: 3.5',
76+
'Programming Language :: Python :: 3.6',
77+
],
7178
)

0 commit comments

Comments
 (0)