Skip to content

Commit b023876

Browse files
committed
Move the top level project into the root
1 parent cddaff0 commit b023876

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Whitespace-only changes.
Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "python-planet"
3-
version = "0.9.0"
3+
version = "3.0"
44
description = "PythonPlanet RSS/Atom feed aggregator"
5-
readme = "README.pydotorg"
5+
readme = { file = "code/README.pydotorg", content-type="text/markdown" }
6+
67
requires-python = ">=3.12"
78
dependencies = [
89
"feedparser>=6.0.11",
@@ -24,3 +25,15 @@ email = "jacob@z7x.org"
2425
[[authors]]
2526
name = "Chris Rose"
2627
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

Comments
 (0)