Skip to content

Commit 9342fe4

Browse files
committed
Fix pyproject.toml
1 parent 4244567 commit 9342fe4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[tool.poetry]
22
name = "atcoder-tools"
3+
packages = [
4+
{include = "atcodertools"}
5+
]
36
version = "2.0.0"
47
description = "Convenient modules & tools for AtCoder users, written in Python 3.6"
58
authors = ["kyuridenamida <[email protected]>"]

0 commit comments

Comments
 (0)