提交 47720eac 编写于 作者: T tangwei12

fix install package

上级 cb142c26
*.o
output
.idea/
build/
dist/
fleet_rec.egg-info/
*~
*.pyc
......@@ -8,13 +8,17 @@ packages = ["fleetrec", "fleetrec.examples", "fleetrec.metrics", "fleetrec.model
"fleetrec.trainer", "fleetrec.utils"]
requires = [
"paddlepaddle>=1.6.2"
"paddlepaddle"
]
about = {}
about["__title__"] = "fleet-rec"
about["__version__"] = "0.0.2"
about["__description__"] = "fleet-rec"
about["__author__"] = "seiriosPlus"
about["__author_email__"] = "tangwei12@baidu.com"
about["__url__"] = "https://github.com/seiriosPlus/FleetRec"
readme = "..."
......@@ -27,19 +31,17 @@ setup(
author_email=about["__author_email__"],
url=about["__url__"],
packages=packages,
python_requires=">=3.0, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*",
python_requires=">=2.7",
install_requires=requires,
zip_safe=False
)
print('''
\033[32m
███████╗██╗ ███████╗███████╗████████╗
██╔════╝██║ ██╔════╝██╔════╝╚══██╔══╝
█████╗ ██║ █████╗ █████╗ ██║
██╔══╝ ██║ ██╔══╝ ██╔══╝ ██║
██║ ███████╗███████╗███████╗ ██║
╚═╝ ╚══════╝╚══════╝╚══════╝ ╚═╝
_ _ _ _ _ _ _ _ _
/ \ / \ / \ / \ / \ / \ / \ / \ / \
( F | L | E | E | T | - | R | E | C )
\_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
\033[0m
\033[34m
Installation Complete. Congratulations!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册