mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Add tox.ini, remove funcsigs, fix setup.py adding submodule names and update docs, update travis for using tox
This commit is contained in:
@@ -2,13 +2,13 @@ from setuptools import setup
|
||||
|
||||
packages = [
|
||||
"pytest_gui_status",
|
||||
# 'pytest_gui_status.plugin',
|
||||
# 'pytest_gui_status.gui',
|
||||
'pytest_gui_status.status_plugin',
|
||||
'pytest_gui_status.status_gui',
|
||||
]
|
||||
package_dir = {
|
||||
'pytest_gui_status': 'pytest_gui_status',
|
||||
# 'pytest_gui_status.plugin': 'status_plugin',
|
||||
# 'pytest_gui_status.gui': 'status_gui',
|
||||
# 'pytest_gui_status.status_plugin': 'status_plugin',
|
||||
# 'pytest_gui_status.status_gui': 'status_gui',
|
||||
}
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user