File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ]
230pythonpath = [
331 " src" , " test"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments