Skip to content

Commit 92f66dc

Browse files
Migrate to setuptools
1 parent c5f51f7 commit 92f66dc

4 files changed

Lines changed: 28 additions & 36 deletions

File tree

pyproject.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "simple-justwatch-python-api"
7+
authors = [{name = "Electronic Mango", email = "78230210+Electronic-Mango@users.noreply.github.com"}]
8+
version = "0.14"
9+
description="A simple JustWatch Python API"
10+
readme = "README.md"
11+
license = {file = "LICENSE"}
12+
dependencies = ["httpx"]
13+
requires-python = ">= 3.11"
14+
keywords = ["justwatch", "api", "graphql"]
15+
classifiers = [
16+
"Development Status :: 3 - Alpha",
17+
"Intended Audience :: Developers",
18+
"Topic :: Software Development :: Build Tools",
19+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.11",
22+
]
23+
24+
[project.urls]
25+
Homepage = "https://github.com/Electronic-Mango/simple-justwatch-python-api"
26+
Documentation = "https://electronic-mango.github.io/simple-justwatch-python-api"
27+
Repository = "https://github.com/Electronic-Mango/simple-justwatch-python-api"
28+
129
[tool.pytest.ini_options]
230
pythonpath = [
331
"src", "test"

requirements.txt

116 Bytes
Binary file not shown.

setup.cfg

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

setup.py

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

0 commit comments

Comments
 (0)