import project from david with uv
This commit is contained in:
commit
8056704736
11 changed files with 1530 additions and 0 deletions
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[project]
|
||||
name = "pygea"
|
||||
version = "0.1.0"
|
||||
description = "Pangea RSS feed generator"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"requests",
|
||||
"beautifulsoup4",
|
||||
"feedgen",
|
||||
"python-dateutil",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
pygea = "pygea.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
Loading…
Add table
Add a link
Reference in a new issue