2 Star 5 Fork 2

Ji Hongchao/PyFingerprint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ji Hongchao 提交于 2022-02-19 09:18 . Update setup.py
from setuptools import setup, find_packages
setup(name='PyFingerprint',
version='2.0',
description='Python tool for generate fingerprints of a molecule',
license='AGPLv3',
author='Ji Hongchao',
author_email='ji.hongchao@foxmail.com',
url='https://github.com/hcji/PyFingerprint',
include_package_data = True,
packages=find_packages(),
install_requires=[
"jpype1",
"gensim",
"scikit-learn",
"tqdm"
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hcji/PyFingerprint.git
git@gitee.com:hcji/PyFingerprint.git
hcji
PyFingerprint
PyFingerprint
master

搜索帮助