18 Star 36 Fork 21

eoolife/flask.scalable_rest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
daqing 提交于 2015-09-17 18:04 . delete redundancy codes
from setuptools import setup, find_packages
version = '0.0.1'
setup(name='flask_scalarest',
version=version,
description='',
long_description="""\
""",
# Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Framework :: Plone",
"Framework :: Zope2",
"Framework :: Zope3",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='',
author='eoolife@163.com',
author_email='',
url='',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
namespace_packages=['flask_scalarest'],
include_package_data=True,
test_suite='nose.collector',
test_requires=['Nose'],
zip_safe=False,
install_requires=[
# -*- Extra requirements: -*-
],
entry_points="""
# -*- Entry points: -*-
""",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/eoolife/flask.scalable_rest.git
git@gitee.com:eoolife/flask.scalable_rest.git
eoolife
flask.scalable_rest
flask.scalable_rest
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385