Skip to content

Commit 2148d54

Browse files
committed
Now with Python
1 parent 117dffd commit 2148d54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

other/pack.setuppy.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ setup(
1212
py_modules=['{{ module }}'],
1313

1414
classifiers=[
15-
'Classifier: Programming Language :: Python :: 2 :: Only',
15+
'Classifier: Programming Language :: Python :: 2',
16+
'Classifier: Programming Language :: Python :: 3',
1617
],
1718
)

0 commit comments

Comments
 (0)