forked from soxoj/marple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
26 lines (23 loc) · 881 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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "marple"
version = "1.0"
authors = [
{ name="soxoj", email="[email protected]" },
]
description = "Placeholder"
requires-python = ">=3.8"
dependencies = ['wheel','aiohttp','termcolor','bs4','requests','yandex_search','pypdf2','socid_extractor','aiohttp_socks','tqdm','google-search-results','mock'] #excludes 'search_engines @ https://github.com/soxoj/Search-Engines-Scraper/archive/refs/heads/master.zip',
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/osintguy/marple/"
Issues = "https://github.com/osintguy/marple/issues"
[project.scripts]
marple = "marple.marple:main"
# credit to https://github.com/soxoj/marple