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
|
from setuptools import setup
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
'plugin',
|
"pytest_gui_status",
|
||||||
'gui',
|
# 'pytest_gui_status.plugin',
|
||||||
|
# 'pytest_gui_status.gui',
|
||||||
]
|
]
|
||||||
# packages=packages,
|
|
||||||
package_dir = {
|
package_dir = {
|
||||||
'plugin': 'status_plugin',
|
'pytest_gui_status': 'pytest_gui_status',
|
||||||
'gui': 'status_gui',
|
# 'pytest_gui_status.plugin': 'status_plugin',
|
||||||
},
|
# 'pytest_gui_status.gui': 'status_gui',
|
||||||
|
}
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pytest_gui_status',
|
name='pytest_gui_status',
|
||||||
version='0.0.1',
|
version='0.0.2',
|
||||||
description='Show pytest status in gui',
|
description='Show pytest status in gui',
|
||||||
author='Abhas Bhattacharya',
|
author='Abhas Bhattacharya',
|
||||||
author_email='abhasbhattacharya2@gmail.com',
|
author_email='abhasbhattacharya2@gmail.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user