We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc2f73 commit cfea767Copy full SHA for cfea767
pyproject.toml
@@ -10,7 +10,6 @@ dependencies = [
10
"httpx[http2] (>=0.28,<0.30)",
11
"beautifulsoup4 (>=4.13.3,<5.0.0)",
12
]
13
-
14
classifiers = [
15
"Development Status :: 4 - Beta",
16
"License :: OSI Approved :: MIT License",
@@ -25,6 +24,9 @@ classifiers = [
25
24
"Programming Language :: Python :: Implementation :: CPython",
26
27
+[tool.poetry]
28
+packages = [{ include = "cfl" }, { include = "README.md" }]
29
+
30
31
[build-system]
32
requires = ["poetry-core>=2.0.0,<3.0.0"]
0 commit comments