1 Star 2 Fork 4

欲速则不达/flask-restful-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuda 提交于 2020-03-31 16:50 . 更新发布配置
from setuptools import setup, find_packages
setup(
name="app_demo",
version="0.1",
packages=find_packages(),
scripts=['say_hello.py'],
# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine
install_requires=['docutils>=0.3'],
package_data={
# If any package contains *.txt or *.rst files, include them:
'': ['*.txt', '*.rst'],
# And include any *.msg files found in the 'hello' package, too:
'hello': ['*.msg'],
},
# metadata for upload to PyPI
author="Me",
author_email="me@example.com",
description="This is an Example Package",
license="PSF",
keywords="hello world example examples",
url="http://example.com/HelloWorld/", # project home page, if any
# could also include long_description, download_url, classifiers, etc.
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/da_xu/flask-restful-demo.git
git@gitee.com:da_xu/flask-restful-demo.git
da_xu
flask-restful-demo
flask-restful-demo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385