Skip to content

Commit

Permalink
Migrate to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Electronic-Mango committed Mar 14, 2024
1 parent c5f51f7 commit 92f66dc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 36 deletions.
28 changes: 28 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "simple-justwatch-python-api"
authors = [{name = "Electronic Mango", email = "78230210+Electronic-Mango@users.noreply.github.com"}]
version = "0.14"
description="A simple JustWatch Python API"
readme = "README.md"
license = {file = "LICENSE"}
dependencies = ["httpx"]
requires-python = ">= 3.11"
keywords = ["justwatch", "api", "graphql"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
]

[project.urls]
Homepage = "https://github.com/Electronic-Mango/simple-justwatch-python-api"
Documentation = "https://electronic-mango.github.io/simple-justwatch-python-api"
Repository = "https://github.com/Electronic-Mango/simple-justwatch-python-api"

[tool.pytest.ini_options]
pythonpath = [
"src", "test"
Expand Down
Binary file modified requirements.txt
Binary file not shown.
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

34 changes: 0 additions & 34 deletions setup.py

This file was deleted.

0 comments on commit 92f66dc

Please sign in to comment.