Skip to content

Commit cfea767

Browse files
committed
fix poetry not finding package
1 parent ebc2f73 commit cfea767

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies = [
1010
"httpx[http2] (>=0.28,<0.30)",
1111
"beautifulsoup4 (>=4.13.3,<5.0.0)",
1212
]
13-
1413
classifiers = [
1514
"Development Status :: 4 - Beta",
1615
"License :: OSI Approved :: MIT License",
@@ -25,6 +24,9 @@ classifiers = [
2524
"Programming Language :: Python :: Implementation :: CPython",
2625
]
2726

27+
[tool.poetry]
28+
packages = [{ include = "cfl" }, { include = "README.md" }]
29+
2830

2931
[build-system]
3032
requires = ["poetry-core>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)