3 Star 0 Fork 0

mirrors_PaddlePaddle/trustAI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 3.46 KB
一键复制 编辑 原始数据 按行查看 历史
一米 提交于 2022-12-08 09:59 . adapt for paddle 2.4 (#48)
# Here's a link about setup.cfg
# https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
# Project name, the project name will be used while publishing and installing
name = trustai
# Author's name and email address
author = Baidu NLP
author_email = nlp-parser@baidu.com
# Project version, versions only above than 1.0 will assumed as a released version.
# When modifying project version to above than 1.0, here's the rules should be followed.
# http://wiki.baidu.com/pages/viewpage.action?pageId=469686381
version = 0.1.12
# A brief introduction about the project, ANY NON-ENGLISH CHARACTER IS NOT SUPPORTED!
description = baidu TrustAI
# A longer version of introduction abouth the project, you can also include readme, change log, etc. .md or rst file is recommended.
long_description = file: README.md
long_description_content_type = text/markdown
# Main page of the project, usually the project's icode page, you can set to its wiki or other documents url instead.
home_page = https://github.com/PaddlePaddle/TrustAI
# License, you can ignore this if the project is not going to open source to the public.
license = Apache License 2.0
# Project type, you can ignore this if the project is not going to open source to the public.
# Choose the right field to fulfill from PyPI's official list.
# https://pypi.org/pypi?%3Aaction=list_classifiers
classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
# keywords, used for indexing, easier to search for other users if they are interested of your project.
keywords =
baidu
TrustAI
interpretation
[options]
# Package name. find means search automatically, you also can have detailed configuration in options.packages.find
packages = find:
# Dependency management, all project's dependency is needed here.
# Every single line for a specified dependency, only the dependency is need, you don't have to consider the hierarchy dependency
# Versions here should be as abstract as possible, usually only specific a version range including minimum and maximum version.
install_requires =
scikit-learn
numpy
tqdm
matplotlib
IPython
# Test dependencies, all dependencies for tests here. The format is align to install_requires.
# You can use the internal unittest, or the simplier framework such as pytest or nose.
# python3 has a mock library with itself, but it's not exist in python 2, add as you need.
#tests_require =
# pytest
# mock
# directory for unit test
test_suite = trustai.tests
# add all data files controled by git
include_package_data = True
# You can run zip source code for plain python project
zip_safe = False
# You can set this configuration to let users run directly the main entrance function
#[options.entry_points]
#console_scripts =
# TrustAI = trustai.cmdline:main
# You can add conf/data directory into package, the following directory will be installed under site-package
# Only file is supported, but you can use wildcard instead.
#[options.package_data]
#trustai =
# conf/*
# data/*
[sdist]
dist_dir = output/dist
[bdist_wheel]
# set universal=1 if this project can both run in python 2 or 3 environment.
#universal=1
dist_dir = output/dist
[easy_install]
# using baidu's official pip source
index_url = http://pip.baidu.com/root/baidu/+simple/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_PaddlePaddle/trustAI.git
git@gitee.com:mirrors_PaddlePaddle/trustAI.git
mirrors_PaddlePaddle
trustAI
trustAI
main

搜索帮助