mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Restructure to submodules under module named folder
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
from setuptools import setup
|
||||
|
||||
packages = [
|
||||
'plugin',
|
||||
'gui',
|
||||
"pytest_gui_status",
|
||||
# 'pytest_gui_status.plugin',
|
||||
# 'pytest_gui_status.gui',
|
||||
]
|
||||
# packages=packages,
|
||||
package_dir = {
|
||||
'plugin': 'status_plugin',
|
||||
'gui': 'status_gui',
|
||||
},
|
||||
'pytest_gui_status': 'pytest_gui_status',
|
||||
# 'pytest_gui_status.plugin': 'status_plugin',
|
||||
# 'pytest_gui_status.gui': 'status_gui',
|
||||
}
|
||||
|
||||
setup(
|
||||
name='pytest_gui_status',
|
||||
version='0.0.1',
|
||||
version='0.0.2',
|
||||
description='Show pytest status in gui',
|
||||
author='Abhas Bhattacharya',
|
||||
author_email='abhasbhattacharya2@gmail.com',
|
||||
|
||||
Reference in New Issue
Block a user