1 Star 0 Fork 0

runjiaji/MagCluster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
runjiaji 提交于 2021-09-22 14:38 +08:00 . update to 0.2.0
from setuptools import setup, find_packages
with open("README.md", "r") as fh:
long_description = fh.read()
setup(
name='magcluster',
version='0.2.0',
description="Magnetosome Gene Clusters Analyzer",
url="https://github.com/RunJiaJi/magcluster",
author='Runjia Ji',
author_email='jirunjia@gmail.com',
# py_modules=["magcluster", 'args', 'capture_args', 'maga', 'magm', 'magsc', 'main'],
# package_dir={'': 'src'},
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Operating System :: POSIX :: Linux",
],
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
"clinker",
'pandas',
],
entry_points={
'console_scripts':[
'magcluster = magcluster:main',
]
},
package_data={
'magcluster':['data/*.fasta'],
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/runjiaji/magcluster.git
git@gitee.com:runjiaji/magcluster.git
runjiaji
magcluster
MagCluster
master

搜索帮助