Skip to content

Commit 401d636

Browse files
committed
Update pyproject.toml
1 parent 8457144 commit 401d636

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ keywords = ['datetime', 'date', 'time']
1212

1313
build = "build.py"
1414

15+
packages = [
16+
{include = "pendulum"},
17+
{include = "tests", format = "sdist"},
18+
]
19+
1520

1621
[tool.poetry.dependencies]
1722
python = "~2.7 || ^3.4"
@@ -33,5 +38,5 @@ pre-commit = "^1.10"
3338

3439

3540
[build-system]
36-
requires = ["poetry>=0.12"]
41+
requires = ["poetry>=1.0.0b1"]
3742
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)