-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tox config update ci; remove restore-keys BREAKING CHANGE: drop support for Python 3.6
- Loading branch information
1 parent
25d2ce2
commit 400f01d
Showing
6 changed files
with
58 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## v2023.1.0.post1 (2023-02-02) | ||
|
||
## v2023.1.0 (2023-01-11) | ||
|
||
### Feat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,55 @@ | ||
[build-system] | ||
build-backend = "setuptools.build_meta" | ||
requires = [ | ||
"setuptools>=59", | ||
"setuptools>=61.2", | ||
] | ||
|
||
[project] | ||
name = "incendium_stubs" | ||
version = "2023.1.0.post1" | ||
description = "incendium stubs package" | ||
readme = "README.md" | ||
keywords = [ | ||
"hmi", | ||
"ignition", | ||
"inductive automation", | ||
"scada", | ||
] | ||
license = {file = "LICENSE"} | ||
authors = [{name = "César Román", email = "[email protected]"}] | ||
requires-python = "<3.11, >=3.7" | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Information Technology", | ||
"Intended Audience :: Manufacturing", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: MacOS :: MacOS X", | ||
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: POSIX :: Linux", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Typing :: Stubs Only", | ||
"Typing :: Typed", | ||
] | ||
dependencies = [ | ||
"ignition-api-stubs", | ||
] | ||
[project.urls] | ||
Funding = "https://github.com/sponsors/thecesrom" | ||
Homepage = "https://thecesrom.dev/incendium-stubs" | ||
Source = "https://github.com/thecesrom/incendium-stubs" | ||
Tracker = "https://github.com/thecesrom/incendium-stubs/issues" | ||
|
||
|
||
[tool.setuptools] | ||
include-package-data = true | ||
package-dir = {"" = "stubs"} | ||
|
||
[tool.setuptools.package-data] | ||
"*" = ["*.pyi", "py.typed"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters