Skip to content

Commit

Permalink
fix pypa description
Browse files Browse the repository at this point in the history
  • Loading branch information
none committed Aug 24, 2023
1 parent 743ae4b commit ec5de27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
4. [Usage](#org0fa2131)
5. [Screenshot](#orgb47cec7)

-**- mode: Org; coding: utf-8; -**-

# Description

The micro autoindex and file hosting server with one Flask framework dependence.
Expand Down
18 changes: 3 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,12 @@ build-backend = "hatchling.build"
[project]
name = "micro_file_server"
readme = "README.md"
version = "0.0.7"
version = "0.0.8"
authors = [
{ name="Anoncheg1" }
]
description = """The micro autoindex and file hosting server with one Flask framework dependence.
- ftp-like design
- ability to uplaod file
- protection from folder escaping
- size calculation
- configuration with enironmental variables
- optional basic file type recognition: text, image, video
- optional ability to prevent downloading of small files to use browser as a text reader.
usage:
```
export FLASK_RUN_HOST=0.0.0.0 FLASK_RUN_PORT=8080 FLASK_BASE_DIR='/home' ; flask --app main --no-debug run
```
"""
description = """The micro autoindex and file hosting server with one Flask framework dependence,
with ability to upload files."""
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit ec5de27

Please sign in to comment.