Skip to content

Commit

Permalink
use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 22, 2024
1 parent e9d58c9 commit e53a2fc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ feediverse.egg-info
Pipfile*
__pycache__
.config.yml.swp
poetry.lock
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[tool.poetry]
name = "feediverse"
version = "0.3.1"
description = "Connect an RSS Feed to Mastodon"
authors = ["Ed Summers <ehs@pobox.com>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
beautifulsoup4 = "^4.12.3"
feedparser = "^6.0.11"
mastodon-py = "^1.8.1"
python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.1"

[tool.poetry.scripts]
feediverse = "feediverse:main"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
23 changes: 0 additions & 23 deletions setup.py

This file was deleted.

0 comments on commit e53a2fc

Please sign in to comment.