forked from EchterAlsFake/PHUB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
31 lines (27 loc) · 844 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[project]
name = "phub"
version = "4.7"
description = "An API for Pornhub"
authors = [
{name = 'Egsagon', email = "[email protected]"},
{name = "EchterAlsFake", email = "[email protected]"}
]
license = {file = "LICENSE"}
readme = {file = "pypi.md", content-type = "text/markdown"}
keywords = ["pornhub", "phub", "porn", "api", "web scrapper", "api wrapper"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python"
]
dependencies = ["requests", "ffmpeg-progress-yield"]
requires-python = ">=3.9"
[project.optional-dependencies]
cli = ["click"]
[project.urls]
Documentation = "https://phub.readthedocs.io"
Repository = "https://github.com/EchterAlsFake/PHUB"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]