File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ SWIG_LINK_LIBRARIES(swig_paddle
67
67
paddle_trainer_lib
68
68
paddle_network
69
69
paddle_proto
70
- ARCHIVE_START
70
+ ${ ARCHIVE_START}
71
71
paddle_gserver
72
72
paddle_function
73
73
${METRIC_LIBS}
74
- ARCHIVE_END
74
+ ${ ARCHIVE_END}
75
75
)
76
76
77
77
add_custom_command (OUTPUT ${PROJ_ROOT} /paddle/dist/.timestamp
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ setup(name="py_paddle",
22
22
package_data={'py_paddle':['*.py','_swig_paddle.so']},
23
23
install_requires = [
24
24
'numpy>=1.8.0', # The numpy is required.
25
- 'protobuf>=2.4.1 ' # The paddle protobuf version
25
+ 'protobuf>=3.0.0 ' # The paddle protobuf version
26
26
],
27
+ url='http://www.paddlepaddle.org/',
28
+ license='Apache 2.0',
27
29
)
You can’t perform that action at this time.
0 commit comments