forked from PaddlePaddle/ERNIE-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (31 loc) · 890 Bytes
/
setup.cfg
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
# Here's a link about setup.cfg:
# https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = erniebot
version = attr: erniebot.version.VERSION
description = Python library for the ERNIE Bot
long_description = file: README.md
long_description_content_type = text/markdown
classifier =
Programming Language :: Python
[options]
packages = find:
python_requires = >=3.8
install_requires = file: requirements.txt
include_package_data = True
[options.packages.find]
include =
erniebot
erniebot.*
[options.entry_points]
console_scripts =
erniebot = erniebot.__main__:console_entry
[options.extras_require]
docs = file: doc-requirements.txt
[sdist]
dist_dir = output/dist
[bdist_wheel]
dist_dir = output/dist
[easy_install]
# Using baidu's official pip source
index_url = http://pip.baidu.com/root/baidu/+simple/