We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117dffd commit 2148d54Copy full SHA for 2148d54
other/pack.setuppy.tpl
@@ -12,6 +12,7 @@ setup(
12
py_modules=['{{ module }}'],
13
14
classifiers=[
15
- 'Classifier: Programming Language :: Python :: 2 :: Only',
+ 'Classifier: Programming Language :: Python :: 2',
16
+ 'Classifier: Programming Language :: Python :: 3',
17
],
18
)
0 commit comments