We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddaff0 commit b023876Copy full SHA for b023876
2 files changed
README.md
code/pyproject.toml pyproject.tomlcode/pyproject.toml renamed to pyproject.toml
@@ -1,8 +1,9 @@
1
[project]
2
name = "python-planet"
3
-version = "0.9.0"
+version = "3.0"
4
description = "PythonPlanet RSS/Atom feed aggregator"
5
-readme = "README.pydotorg"
+readme = { file = "code/README.pydotorg", content-type="text/markdown" }
6
+
7
requires-python = ">=3.12"
8
dependencies = [
9
"feedparser>=6.0.11",
@@ -24,3 +25,15 @@ email = "jacob@z7x.org"
24
25
[[authors]]
26
name = "Chris Rose"
27
email = "offline@offby1.net"
28
29
+[build-system]
30
+requires = ["hatchling"]
31
+build-backend = "hatchling.build"
32
33
+[tool.hatch.build.targets.wheel]
34
+packages = ["core/planet"]
35
36
+[tool.uv]
37
+dev-dependencies = [
38
+ "pyright>=1.1.383",
39
+]
0 commit comments