Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f11651d

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 76540a0 commit f11651d

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='[email protected]',
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)