Skip to content

Commit bd39112

Browse files
committed
0.1.1, remove examples and tests in dist
1 parent 779ef31 commit bd39112

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gino-starlette"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "An extension for GINO to integrate with Starlette"
55
license = "BSD-3-Clause"
66
authors = ["Tony Wang <wwwjfy@gmail.com>"]
@@ -21,8 +21,6 @@ classifiers = [
2121
"Programming Language :: Python :: 3.8",
2222
]
2323

24-
include = ["examples/**/*", "tests/**/*"]
25-
2624
[tool.poetry.dependencies]
2725
python = "^3.6"
2826
starlette = "^0.13.0"

0 commit comments

Comments
 (0)