Skip to content

Commit 493cb9e

Browse files
committed
Ensure xpath subpackage is installed properly
1 parent 3fe4cae commit 493cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
setup(name='AdvancedHTMLParser',
4545
version='9.0.0',
46-
packages=['AdvancedHTMLParser'],
46+
packages=['AdvancedHTMLParser', 'AdvancedHTMLParser.xpath'],
4747
scripts=['formatHTML'],
4848
author='Tim Savannah',
4949
author_email='[email protected]',

0 commit comments

Comments
 (0)