setup.cfg 966 字节
Newer Older
X
xixiaoyao 已提交
1 2
[metadata]

X
xixiaoyao 已提交
3
name = paddlepalm
X
xixiaoyao 已提交
4 5 6 7

author = zhangyiming
author_email = zhangyiming04@baidu.com

X
xixiaoyao 已提交
8
version = 2.0.2
X
xixiaoyao 已提交
9

X
xixiaoyao 已提交
10
description = PaddlePALM
X
xixiaoyao 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
long_description = file: README.md
long_description_content_type = text/markdown

home_page = https://github.com/PaddlePaddle/PALM
license = Apache 2.0

classifier =
    Private :: Do Not Upload
    Programming Language :: Python
    Programming Language :: Python :: 2
    Programming Language :: Python :: 2.7
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.5
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7

keywords =
    paddlepaddle
    paddle
X
xixiaoyao 已提交
30 31
    nlp
    pretrain
X
xixiaoyao 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
    multi-task-learning

[options]

packages = find:

#install_requires =
#    paddlepaddle-gpu >= 1.5.2

include_package_data = True
zip_safe = False

[sdist]
dist_dir = output/dist

[bdist_wheel]
dist_dir = output/dist

[easy_install]
index_url = http://pip.baidu.com/root/baidu/+simple/