We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e4308 commit ed4ed2dCopy full SHA for ed4ed2d
1 file changed
pyproject.toml
@@ -1,9 +1,12 @@
1
[tool.poetry]
2
name = "textual-dev"
3
-version = "1.3.0"
+version = "1.4.0"
4
homepage = "https://github.com/Textualize/textual-dev"
5
description = "Development tools for working with Textual"
6
-authors = ["Will McGugan <will@textualize.io>", "Dave Pearson <dave@textualize.io>"]
+authors = [
7
+ "Will McGugan <will@textualize.io>",
8
+ "Dave Pearson <dave@textualize.io>",
9
+]
10
license = "MIT"
11
readme = "README.md"
12
classifiers = [
@@ -21,10 +24,7 @@ classifiers = [
21
24
"Programming Language :: Python :: 3.11",
22
25
"Typing :: Typed",
23
26
]
-include = [
- "src/textual_dev/py.typed",
- { path = "tests", format = "sdist" },
27
-]
+include = ["src/textual_dev/py.typed", { path = "tests", format = "sdist" }]
28
29
[tool.poetry.dependencies]
30
python = "^3.8"
0 commit comments