We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2105208 commit e2d1c50Copy full SHA for e2d1c50
setup.py
@@ -24,7 +24,7 @@
24
Programming Language :: Python
25
Topic :: Software Development :: Testing
26
""".strip().splitlines()
27
-PACKAGES = ['robot', 'robot.api', 'robot.common', 'robot.conf',
+PACKAGES = ['robot', 'robot.api', 'robot.conf',
28
'robot.htmldata', 'robot.libdocpkg', 'robot.libraries',
29
'robot.model', 'robot.output', 'robot.parsing',
30
'robot.reporting', 'robot.result', 'robot.running',
0 commit comments