setup.cfg 945 字节
Newer Older
X
xixiaoyao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
[metadata]

name = paddle-palm

author = zhangyiming
author_email = zhangyiming04@baidu.com

version = 1.2

description = Paddle-PALM
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
    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/