Skip to content

Commit 3f1ec94

Browse files
authored
Merge pull request #89 from Intergration-Automation-Testing/dev
Update README
2 parents 53616d2 + c1f6a66 commit 3f1ec94

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

.idea/workspace.xml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### AutoControl
22
> Project Kanban \
3-
> https://github.com/orgs/Integrated-Testing-Environment/projects/4/views/1 \
4-
> Image & Coordinate based GUI Testing \
5-
> GUI automated testing based on image comparison and coordinates. \
3+
> https://github.com/orgs/Intergration-Automation-Testing/projects/2 \
4+
> Image & Coordinate based GUI Automation \
5+
> GUI automated based on image comparison and coordinates. \
66
> Cross-platform and cross-programming language.\
77
> Solve problems:
88
>> * Provide automation execution for repetitive tasks.
@@ -57,7 +57,7 @@ pip install je_auto_control
5757
## Info
5858

5959
> * requirement
60-
>> * Python 3.7 & later
60+
>> * Python 3.8 & later
6161
>> * pip 19.3 & later
6262
6363
> * Dev env

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Rename to build stable version
2-
# This is stable version
1+
# Rename to build dev version
2+
# This is dev version
33
[build-system]
4-
requires = ["setuptools>=61.0"]
4+
requires = ["setuptools"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_auto_control"
9-
version = "0.0.135"
8+
name = "je_auto_control_dev"
9+
version = "0.0.72"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
1313
description = "GUI Testing Automation Framework"
1414
readme = { file = "README.md", content-type = "text/markdown" }
15-
requires-python = ">=3.7"
15+
requires-python = ">=3.8"
1616
license = { text = "MIT" }
1717
dependencies = [
1818
"je_open_cv",

dev.toml renamed to stable.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Rename to build dev version
2-
# This is dev version
1+
# Rename to build stable version
2+
# This is stable version
33
[build-system]
4-
requires = ["setuptools"]
4+
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_auto_control_dev"
9-
version = "0.0.71"
8+
name = "je_auto_control"
9+
version = "0.0.136"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
1313
description = "GUI Testing Automation Framework"
1414
readme = { file = "README.md", content-type = "text/markdown" }
15-
requires-python = ">=3.7"
15+
requires-python = ">=3.8"
1616
license = { text = "MIT" }
1717
dependencies = [
1818
"je_open_cv",

0 commit comments

Comments
 (0)