1 Star 1 Fork 3

Sgnes/autosar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
cogu 提交于 2017-01-17 20:56 . improvements to RTE header generator
from setuptools import setup
def readme():
with open('README.rst') as f:
return f.read()
setup(name='autosar',
version='0.3.0',
description='autosar python module',
long_description=readme(),
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.4',
'Topic :: Text Processing :: Markup :: XML',
],
url='http://github.com/cogu/autosar',
author='Conny Gustafsson',
author_email='congus8@gmail.com',
license='MIT',
install_requires=[
'cfile>=0.1.2',
],
packages=['autosar','autosar.parser','autosar.writer','autosar.rte'],
dependency_links=['https://github.com/cogu/cfile/archive/v0.1.2.tar.gz#egg=cfile-0.1.2'],
zip_safe=False)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sgnes/autosar.git
git@gitee.com:sgnes/autosar.git
sgnes
autosar
autosar
master

搜索帮助