1 Star 0 Fork 0

DJ / psydiff

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup
setup(
name='psydiff',
version='0.1',
author='Yin Wang',
description=('A structural differencer for Python. '
'Parses Python into ASTs, compares them, '
'and generates interactive HTML.'),
packages=['psydiff'],
package_dir={'psydiff': '.'},
package_data={'psydiff': ['diff.css', 'nav.js']},
entry_points={'console_scripts': ['psydiff = psydiff.psydiff:main']},
license='GNU GPLv3',
url='https://github.com/yinwang0/psydiff',
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved'
' :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development',
'Topic :: Utilities'
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dang050/psydiff.git
git@gitee.com:dang050/psydiff.git
dang050
psydiff
psydiff
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891