Skip to content

Commit c885fe4

Browse files
committed
Minor change to setup.py
--HG-- branch : 0.2_branch extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/branches/0.2_branch%40423
1 parent 766648f commit c885fe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
maintainer='James Graham',
3131
maintainer_email='jg307@cam.ac.uk',
3232
packages=['html5lib', 'html5lib.treebuilders'],
33-
package_dir = {'html5lib': 'src',
34-
'html5lib.treebuilders': 'src/treebuilders'}
33+
package_dir = {'html5lib': 'src'}
3534
)

0 commit comments

Comments
 (0)