mirror of
https://github.com/NohamR/gofilepy.git
synced 2026-01-10 08:18:18 +00:00
Update docs, add dev dependencies, and test script
Revise README with improved installation and usage instructions, add development section, and simplify Python usage example. Bump version to 1.1.2, add optional 'dev' dependencies (pylint) in pyproject.toml, and introduce a minimal test.py script for upload testing.
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "gofilepy"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
description = "A Python CLI and Library for gofile.io"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Garnajee", email = "62147746+garnajee@users.noreply.github.com" }]
|
||||
@@ -21,5 +21,10 @@ dependencies = [
|
||||
"tqdm",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pylint",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
gofilepy = "gofilepy.cli:main"
|
||||
|
||||
Reference in New Issue
Block a user