Skip to content

Commit b4d1968

Browse files
ambvgsnedders
authored andcommitted
base trove classifiers on releases tested by Travis
1 parent e7c37f1 commit b4d1968

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
'Operating System :: OS Independent',
1010
'Programming Language :: Python',
1111
'Programming Language :: Python :: 2',
12+
'Programming Language :: Python :: 2.6',
13+
'Programming Language :: Python :: 2.7',
1214
'Programming Language :: Python :: 3',
15+
'Programming Language :: Python :: 3.2',
16+
'Programming Language :: Python :: 3.3',
1317
'Topic :: Software Development :: Libraries :: Python Modules',
1418
'Topic :: Text Processing :: Markup :: HTML'
1519
]
1620

17-
1821
packages = ['html5lib'] + ['html5lib.'+name
1922
for name in os.listdir(os.path.join('html5lib'))
2023
if os.path.isdir(os.path.join('html5lib', name)) and

0 commit comments

Comments
 (0)