1 Star 0 Fork 25

李超峰0220/gala-ragdoll_1

forked from openEuler/gala-ragdoll 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
setup.py 722 Bytes
Copy Edit Raw Blame History
# coding: utf-8
import sys
from setuptools import setup, find_packages
NAME = "ragdoll"
VERSION = "1.0.0"
# To install the library, run the following
#
# python setup.py install
#
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
REQUIRES = ["connexion"]
setup(
name=NAME,
version=VERSION,
description="Configuration traceability",
author_email="",
url="",
keywords=["Swagger", "Configuration traceability"],
install_requires=REQUIRES,
packages=find_packages(),
package_data={'': ['swagger/swagger.yaml']},
include_package_data=True,
entry_points={
'console_scripts': ['ragdoll=ragdoll.__main__:main']},
long_description="""\
A
"""
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-chaofeng-0220/gala-ragdoll.git
git@gitee.com:li-chaofeng-0220/gala-ragdoll.git
li-chaofeng-0220
gala-ragdoll
gala-ragdoll_1
master

Search

D67c1975 1850385 1daf7b77 1850385