Skip to content

Commit 191b713

Browse files
committed
move to poetry
1 parent a1ae099 commit 191b713

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[tool.poetry]
2+
name = "python-substack"
3+
version = "0.0.1"
4+
description = "A Python wrapper around the Substack API."
5+
authors = ["Paolo Mazza <mazzapaolo2019@gmail.com>"]
6+
license = "MIT"
7+
packages = [
8+
{ include = "substack" }
9+
]
10+
11+
readme = "README.md"
12+
13+
repository = "https://github.com/hogier/python-substack"
14+
homepage = "https://github.com/hogier/python-substack"
15+
16+
keywords = ["substack"]
17+
18+
[tool.poetry.dependencies]
19+
python = "^3.8"
20+
python-dotenv = "^0.20.0"
21+
requests = "^2.28.1"
22+
23+
[tool.poetry.dev-dependencies]
24+
25+
26+
[build-system]
27+
requires = ["poetry-core>=1.0.0"]
28+
build-backend = "poetry.core.masonry.api"

requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Whitespace-only changes.

0 commit comments

Comments
 (0)