1 Star 0 Fork 57

蒋天枭 / python-simple-http-server

forked from keijack / naja-atra 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
keijack 提交于 2022-11-23 16:22 . use pyproject.toml to build package.
[build-system]
requires = [
"setuptools>=65",
"wheel"
]
build-backend = "setuptools.build_meta"
[project]
name = "simple_http_server"
description = "This is a simple http server, use MVC like design."
readme = "README.md"
authors = [
{ name = "keijack", email = "keijack.wu@gmail.com" }
]
requires-python = ">=3.7"
keywords = ["http-server", "websocket", "http", "web", "web-server"]
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dynamic = ["version"]
[tool.setuptools.dynamic]
version = {attr = "simple_http_server.version"}
[project.urls]
homepage = "https://github.com/keijack/python-simple-http-server"
repository = "https://github.com/keijack/python-simple-http-server"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yates1990/python-simple-http-server.git
git@gitee.com:yates1990/python-simple-http-server.git
yates1990
python-simple-http-server
python-simple-http-server
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891