Ai
2 Star 0 Fork 0

mirrors_sourcegraph/python-deps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
Beyang Liu 提交于 2014-01-14 04:12 +08:00 . aliases.py
from setuptools import setup
setup(
name='astdep',
version='0.1',
url='http://github.com/sourcegraph/python-deps',
py_modules=['astdep', 'setupdep'],
scripts=['depdump.py', 'aliases.py'],
author='Beyang Liu',
description='a lightweight python module that statically '
'computes the external imports of a python project',
zip_safe=False,
install_requires=[
'nose==1.3.0',
'wsgiref==0.1.2',
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sourcegraph/python-deps.git
git@gitee.com:mirrors_sourcegraph/python-deps.git
mirrors_sourcegraph
python-deps
python-deps
master

搜索帮助