Skip to content

Commit e2d1c50

Browse files
committed
fix setup.py
1 parent 2105208 commit e2d1c50

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
@@ -24,7 +24,7 @@
2424
Programming Language :: Python
2525
Topic :: Software Development :: Testing
2626
""".strip().splitlines()
27-
PACKAGES = ['robot', 'robot.api', 'robot.common', 'robot.conf',
27+
PACKAGES = ['robot', 'robot.api', 'robot.conf',
2828
'robot.htmldata', 'robot.libdocpkg', 'robot.libraries',
2929
'robot.model', 'robot.output', 'robot.parsing',
3030
'robot.reporting', 'robot.result', 'robot.running',

0 commit comments

Comments
 (0)