当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 57

麦琪 / python-simple-http-server
暂停

forked from keijack / naja-atra 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
# -*- coding: utf-8 -*-
import setuptools
import simple_http_server
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="simple_http_server",
version=simple_http_server.version,
author="Keijack",
author_email="keijack.wu@gmail.com",
description="This is a simple http server, use MVC like design.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/keijack/python-simple-http-server",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
Python
1
https://gitee.com/emaiqi/python-simple-http-server.git
git@gitee.com:emaiqi/python-simple-http-server.git
emaiqi
python-simple-http-server
python-simple-http-server
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891