8000
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 e7c37f1 commit b4d1968Copy full SHA for b4d1968
setup.py
@@ -9,12 +9,15 @@
9
'Operating System :: OS Independent',
10
'Programming Language :: Python',
11
'Programming Language :: Python :: 2',
12
+ 'Programming Language :: Python :: 2.6',
13
+ 'Programming Language :: Python :: 2.7',
14
'Programming Language :: Python :: 3',
15
+ 'Programming Language :: Python :: 3.2',
16
+ 'Programming Language :: Python :: 3.3',
17
'Topic :: Software Development :: Libraries :: Python Modules',
18
'Topic :: Text Processing :: Markup :: HTML'
19
]
20
-
21
packages = ['html5lib'] + ['html5lib.'+name
22
for name in os.listdir(os.path.join('html5lib'))
23
if os.path.isdir(os.path.join('html5lib', name)) and
0 commit comments