1 Star 0 Fork 0

lirongchong/plotsr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup, Extension
from plotsr import __version__
setup(
name="plotsr",
version='{}'.format(__version__),
description='Package to plot structural annotations between multiple genomes',
author='Manish Goel',
author_email='mnshgl0110@gmail.com',
url='https://github.com/schneebergerlab/plotsr',
license='MIT License',
license_files=('LICENSE',),
packages=["plotsr", "plotsr.scripts"],
py_modules=["plotsr.scripts.plotsr",
"plotsr.scripts.func"],
scripts=['bin/plotsr'],
long_description=open('README.rst').read(),
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lirongchong_admin/plotsr.git
git@gitee.com:lirongchong_admin/plotsr.git
lirongchong_admin
plotsr
plotsr
master

搜索帮助