mirror of
https://github.com/NohamR/gofilepy.git
synced 2026-01-10 08:18:18 +00:00
Initial commit
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "gofilepy"
|
||||
version = "1.0.0"
|
||||
description = "A Python CLI and Library for gofile.io"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Garnajee", email = "62147746+garnajee@users.noreply.github.com" }]
|
||||
license = { text = "MIT" }
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
dependencies = [
|
||||
"httpx", # The modern HTTP client
|
||||
"tqdm" # Progress bar
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
gofilepy = "gofilepy.cli:main"
|
||||
Reference in New Issue
Block a user